Hello
I have instaled Framework 1.1 after 1.0.
Now, when I compile a project in Visual studio.Net, the compiler used is
1.0, not 1.1.
I can compile with csc, but I want Visual studio to compile 1.1.
any ideea?
thank you
=============================================
George LAZAR Manager Departament IT & Dezvoltare
Bursa Electronica RASDAQ
E-mail: george@rasd.ro
Tel: 250.11.98 Fax: 250.11.99
Web: http://www.rasd.ro =============================================
Nick Cipollone [MSFT] - 12 Nov 2003 16:35 GMT
Hi George,
> I have instaled Framework 1.1 after 1.0.
> Now, when I compile a project in Visual studio.Net, the compiler used is
> 1.0, not 1.1.
>
> I can compile with csc, but I want Visual studio to compile 1.1.
You need to upgrade to Visual Studio .NET 2003 in order to compile .NET
applications that target v1.1 of the .NET Framework through the IDE.
Installing v1.1 of the .NET Framework SDK will give you v1.1 command-line
tools like csc, but it will not upgrade your version of Visual Studio.
Hope that helps,
Nick
---------------------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.