J John O'Donnell Oct 1, 2003 #1 I have a server that uses .net framework 1.0. Can i force my vs.net 2003 app to use that version of the framework rather than 1.1?
I have a server that uses .net framework 1.0. Can i force my vs.net 2003 app to use that version of the framework rather than 1.1?
D Dino Chiesa [Microsoft] Oct 2, 2003 #2 right click the project properties... under Common Properties General there is a "Supported Runtimes" field This generates a config file that tells the output to bind to v1.0 .NET Framework. disclaimer: (1) read up on this before using it (2) test thoroughly
right click the project properties... under Common Properties General there is a "Supported Runtimes" field This generates a config file that tells the output to bind to v1.0 .NET Framework. disclaimer: (1) read up on this before using it (2) test thoroughly