NAnt null property issue
OK, I filed it. Let’s see what happens now.
OK, I filed it. Let’s see what happens now.
Stumbled upon an interesting situation in NAnt, which may inspire some philosophical thought on what “to exist” really means. We run a NAnt build script from our program and set […]
It is well known in some circles that Turkish locale has unusual capitalization rules that may break otherwise solid code (e.g. see here: “Turkish Java Needs Special Brewing“). In a […]
I had the following problem: my project wsa configured for continuous integration with CruiseControl.NET. It shares source control tree with some frequently updated scripts that are not really related to […]
I am writing a plugin-hosting WPF application. For variety of reasons I have to put plugin-ins into their own app domains. To name just a few: – plugin unload is […]
Here’s the weirdness in a nutshell (more details later). I have a host-plugin situation. The plugin is created in its own app domain. It does not have access to host […]
Here’s the exception I received today: System.Reflection.ReflectionTypeLoadException. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Isn’t it lovely? Do the authors […]
A couple of weeks ago I have found time to download release version of Windows 8 from MSDN that was available since August 15th. I installed in a virtual machine […]
At times I feel that software development is much, much harder than it should be. Ridiculous crappy annoyances await you on every corner, some of them many years old. We […]
I spent some time today trying to understand why my control’s size and/or position would refuse to change. A statement like control.Width = 42; would have absolutely no effect: the […]