At least I twitter…
I realized today that I haven’t posted here in a week, and nothing has been development-related for about a month. There is good reason for that, but I’m not going to explain because it’s really just an excuse.
The last month has been really dedicated to finishing some of the feature development in our new product. The new product is an XBAP application, so some of my time has been devoted to figuring out ways to implement features in partial trust.
The end of the month brought my first foray into deploying the XBAP, which I know is going to be a pain. Not so much because of creating virtual directories, etc, but because any time I change one of the files in the XBAP, the manifest files need regenerated. I thought the Mage.exe tool would be able to help me with this, but it turns out the tool has a problem with regenerating hashes when the .deploy extension is used. Overall, deploying this thing in an install format is going to be painful.
My current workload is solely bug fixing. With our main focus on completing feature development, some of the lower priority bugs were overlooked, and now we’re forced to go back through and hit those bugs hard to clean them up. I’m doing my part (19 cleared on Friday, and I’m hoping to hit 20 today), but I still have other issues to attend to. Oh well, such is life as a developer, I suppose.