The Visual Studio project is in VS 2002 format, and therefore specified NET_1_0. The project file can be upgraded to Visual Studio .NET 2003 format simply by opening it in the later version of VS. The .NET 1.0 assembly is more portable than the .NET 1.1 version, i.e. it runs on both 1.0 and 1.1.
The alternative would be to ship a VS 2003 project file, but as this is difficult to convert to a VS 2002 project file we would probably have to ship both a VS 2002 and VS 2003 format project files. This would increase the project maintenance costs. I'm not sure if the value outweighs the additional cost at this time. Nicko > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 18 March 2005 12:50 > To: [email protected] > Subject: VS project settings > > I notice you are using NET_1_0 in the project build settings. > Is there a reason for this? Would it not make more sense to > make .NET 1.1 as the default? > > Mark Traudt > > >
