To answer your question about which .net framework you are "running" , it
really depends on the application. If an application is built against
V1.0 then V1.0 is being used and so on. Visual Studio 2002 uses V1.0 and VS
2003 uses V1.1 of .net framework.
Vikas Agarwal
Microsoft Developer Support
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Jason Bafas - 20 Aug 2003 13:56 GMT
> To answer your question about which .net framework you are "running" , it
> really depends on the application. If an application is built against
[quoted text clipped - 3 lines]
> Vikas Agarwal
> Microsoft Developer Support
What does that mean? Isn't there a way to configure VS 2002 to use
v1.1? Because I am trying to find a global VS setting for referencing
a specific framework version, but I simply can't find one.
Jason