How to work with Framework 1.0 in Studio 2003
Hi Friends,
I am supposed to work on an application written in framework 1.0. I have VS 2003 installed on my PC with Framework 1.0 as well as 1.1. I wish to work on framework 1.0 with VS 2003. Is it possible to do so or i need ot go for VS 2002 installation. If framework 1.0 with VS 2003 is possible, please share the configuration that needs ot be done. I tried opening project in build 1.0 version in VS 2003 & it asks for upgrading. Please give your valuable suggestion. Thanks
Regards,
Saurabh
application Developer,
Wipro
[549 byte] By [
Saurabh] at [2007-12-17]
Saurabh,
Open the project in Visual Studio 2003 and click Project | [Project] Properties | General
Click the elipses ( ... ) in the Supported Runtimes box and choose the framework you wish to target.
- David Sandor
Thanks for the help David.
Can you please resolve one more query.
I wanted to check the size of the object (Entity & data storage) when the application is run/running. what could be possible ways?
Thanks in advance David.
dsandor wrote: |
| Saurabh, Open the project in Visual Studio 2003 and click Project | [Project] Properties | General Click the elipses ( ... ) in the Supported Runtimes box and choose the framework you wish to target. - David Sandor |
|