How can I program an application on the for the .net framework 1.0?
I have a Windows 7 machine and I see that Microsoft does not re开发者_开发技巧commend Visual Studio 2003 on the computer (Windows 7). How can I develop an application for the .net framework 1.0 then? I currently have visual basic express 2010.
EDIT: 1.0 runs on older machines that require administrator to update.
VS 2010 will only let you target back to 2.0 Framework. You can either put XP on your development machine, or use a virtual machine with XP to put VS 2003 on it.
There seems to be a way to do it. It does not seem to be supported but you can give this a try. Installing 1.X Framework on Win7
精彩评论