Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dotNet Framework 2.0 and Visual Studio 2003 pro

Status
Not open for further replies.

lcky

Programmer
Sep 29, 2005
30
0
0
GB
Hi

I am having a Visual Studio 2003 professional as a developing IDE. I would like to use dotNet Framework 2.0.
I am not sure to use it.
Will it be ok to use framework 2.0 with Visual Studio 2003.

Please could you help.

many thank
 
No, you'll have to use VS2005 if you want to use version 2.0 of the framework...


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
That's not entirely correct.

You can download the .net 2.0 Framework SDK from Microsoft, but you won't be able to use VS.NET 2003 with it -- you'll have to find your own editor, and call the command-line compiler to build your code.

It's a lot of work, and is how all .net programs used to be built about 3 years ago. But it *is* possible.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
It's a lot of work, and is how all .net programs used to be built about 3 years ago. But it *is* possible.

Let's say 5 years ago. We're not getting any younger you know.


And the OP did ask

Will it be ok to use framework 2.0 with Visual Studio 2003.

So the answer still is no.

Christiaan Baes
Belgium

"Time for a new sig." - Me
 
Let's say 5 years ago. We're not getting any younger you know.
The second thing to go when you get old is your memory.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
What were you saying?

Christiaan Baes
Belgium

"Time for a new sig." - Me
 
In addition to the question, Which would be better to purchase, VS.NET or VS 2005? If I create apps in VS2005 will they run on Windows 2000? Do I need to upgrade the .NET framework on all the pcs?
 
VS.NET or VS 2005

I know of only VB.NET 2005 Standard and Visual Studio 2005 Professional (and a few other more expensive versions.) but I would go for the second.

If I create apps in VS2005 will they run on Windows 2000

they should.

Do I need to upgrade the .NET framework on all the pcs

Yep.

Christiaan Baes
Belgium

"Time for a new sig." - Me
 
>>you'll have to find your own editor
Try SharpDevelope. it is free. FrameWork SDK also free.

________________________________________________________
Zameer Abdulla
Help to find Missing people
Even a thief takes ten years to learn his trade.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top