Updating VS 2003 to C# 2.0

  • Thread starter Thread starter Levidikus
  • Start date Start date
L

Levidikus

I've searched around and have come up empty. At home I have VS 2005
with the C# 2.0 libraries but at work I have VS2003 that does not.

Is there a way to just update the VS2003 C# libraries? My employer is
to cheap to by the VS 2005.

Any help would be great!

Levidikus
 
VS2005 is worth the money but if your employer would stump up the cache, try
SharpDevelop 2. And open source free IDE for .NET 2
www.icsharpcode.net

Oh, and try getting a new job too.

Ciaran O'Donnell
 
Hello Levidikus,

Check if VS 2005 Express conform to your needs. You can use it free

L> I've searched around and have come up empty. At home I have VS 2005
L> with the C# 2.0 libraries but at work I have VS2003 that does not.
L>
L> Is there a way to just update the VS2003 C# libraries? My employer
L> is to cheap to by the VS 2005.
L>
L> Any help would be great!
L>
L> Levidikus
L>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Hi,

Three options:

1 - Download VS2005 express, it's free but it's missing some components
2- Use the SDK directly and compile your code from the command line
3- send the source code to the office and copy the code in your project, you
will not be able to use the new 2.0 features though
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top