ProtocolPirate
Programmer
I upgraded a VB project from VS2005, but now installations require .NET 3 on the target machine, even though my project only asks for .NET 2. Dot NET 3 takes 3 times longer than .NET 2 to load and install, so I would rather stick with 2 at this time. My project only lists .NET 2 as a dependency, not .NET 3. When compiled under VS2005, installs do not require .NET 3. Yet when I update the project to VS2008 and publish it, the published installation fails to install on any machine that does not have .NET 3 installed.
Can VS2008 Express publish such that .NET 3 is not required for installs?
Can VS2008 Express publish such that .NET 3 is not required for installs?