Hello!
How can I choose the compiler version (.net framework 1.0/.net framework
1.1) in Visual Studio 2003?
I know it's possible, I just don't know how to do that...
thanks!!!
:wave:
Printable View
Hello!
How can I choose the compiler version (.net framework 1.0/.net framework
1.1) in Visual Studio 2003?
I know it's possible, I just don't know how to do that...
thanks!!!
:wave:
You can only use the .NET Framework 1.1 with Visual Studio 2003.
Under Project Properties > Common Properties > Build > Supported Runtimes:
You can target which framework version it will use but if you target 1.0 then you will have to make sure your code supports it.
Are you sure it's there? cause I couldn't find the 'Build' under the 'CommonQuote:
Originally Posted by RobDog888
Properties'...
thanks!
I see my problem now... this option is not available when using a class library...
bummer...