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
Ciaran O''Donnell - 10 Nov 2006 09:18 GMT
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
> 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.
[quoted text clipped - 5 lines]
>
> Levidikus
Michael Nemtsev - 10 Nov 2006 09:43 GMT
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
Levidikus - 10 Nov 2006 11:21 GMT
Thanks for the replies .....
That get's me in the right direction.
ignacio machin - 10 Nov 2006 15:18 GMT
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
> 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.
[quoted text clipped - 5 lines]
>
> Levidikus