Code Comments
Programming Forum and web based access to our favorite programming groups.I have written an app with .net beta 2 framework, is there any way to convert it so it will run with the 1.1 framework ? (or whatver is the current one). Any help appreciated. -- Eps Get paid to search the internet ! http://netbux.org/?r=82620
Post Follow-up to this messageWhat kind of app is it? Windows Forms or Console or etc. Certain things in 2.0 cannot be converted to 1.1. Like for windows forms, partial classes. I would suggest making a new app and adding the source files from the 2.0 project and see what the compiler says,the working from there.Like I said before, there are certain things that 2.0 has that cannot be back ported to 1.1 and stillwork. So good luck.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.