vs.net 2003 with .net framework .10

  • Thread starter Thread starter ichor
  • Start date Start date
You can have both the frame work running in your machine..but you cannot
just use the frame work 1.0 alone.. because vs.net 2003 is a program that
runs on top of Framework 1.1
.... so you don't have that option

Nirosh.
 
You can create projects that can target .net framework 1.0 from within
VS.NET 2003 (the default being fx 1.1).

In the Project property page, there is a property called 'Supported
Runtimes'. You can set this to support 1.1, 1.0 or both.

HTH,
-Azhagan
 
Basically i want to develop in vs.net 2003 but with the .net framework 1.0.
(vs.net uses 1.1 i want to change it to use 1.0)

Is that possible.
thanx
 
If you want to use the VS.NET 2003 IDE but the solutions/projects
created using this IDE are, by default, targeting fx 1.0, then I am afraid
you can't. I am just a wee bit curious if there is any compelling reason to
do so since fx 1.1 is better than fx 1.0 and vs.net 2003 is better than
vs.net 2002. Please let me know.

Sorry, could not be of much help.
 
Hi,

Can you ask a c# program that written to run on .net frame work 1.1 to work
with frame work 1.0. Then visual studio 2003 will do what you want it to do
:-)

Nirosh.
 
Back
Top