Menu

Radical

I changed a lot of things yesterday. Firstly, I deleted all registry data accesses and replaced it with the .NET 2.0 configuration model. That means all application data from now on is stored in a single XML-file, no longer dependancy on installed versions. It runs just out of the box. Nice ya? :)

Second, I simply rebuild the main window with Visual Studio to get support for the .NET 2.0 partial classes. The designing elements are now in a seperate class where they don't disturbe anyone.

Next thing to do is to glue a simple winform to the server. Till now he looks so sad, that had to be changed. But I try to keep the compability with mono. That's the next big step: a permanently running linux server and the magic word is mono!

Posted by Thomas Kuhndoerfer 2006-09-27

Log in to post a comment.