I have read many articles and it appears you can install .NET 2.0 on a machine that has .NET 1.1
This Microsoft MSDN page talks about what happens with apps that are built for each framework.
When you build your application in Visual Studio 2003 you can select if you want the app to be compatible with 1.0 or 1.1. (Right click on the project and select properties and then look at "Build" under Common Properties.)
Visual Studio 2005 does not seem have this feature. And it would make sense if it was designed on the 2.0 Framework. I speculate that Visual Studio 9 (in 2007?) may allow 2.0 or 2.x in the future.
Install .NET Framework 2.0 on Windows XP SP1
Posted: Tue Dec 13, 2005 10:46 am
BB
Regular
Joined: Jun 23, 2004
Posts: 340
It is also possible to install the .NET Framework 2.0 and Software Development Kit (SDK) without installing Windows XP service pack 2. I have Windows XP service pack 1 with hotfixes installed at a work related computer. They have not gone to SP2 out of fear of support issues. This prevents Visual Studio Express 2005 from being loaded on the machine. However, you can run the command line compiles.
Building projects from the command line
Posted: Tue Dec 20, 2005 9:54 am
BB
Regular
Joined: Jun 23, 2004
Posts: 340
You can set your path to the Net Framework Redistributables.
C:\WINNT\Microsoft.NET\Framework\v2.0.50727\
Then use MSBUILD.EXE to build your project on the command line.
It will find a VBPROJ or CSPROJ file and build the project.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest (c) 2006 by Group29 Productions.
You can syndicate Group29 Productions news with an RSS Feeder using the file backend.php