Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / October 2007

Tip: Looking for answers? Try searching our database.

C# 3.0 and KB908002

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Torben Laursen - 22 Oct 2007 08:58 GMT
I sell a COM add-in to Excel and in order for it to work the user must
install the HotFix KB908002 from Microsoft due to a bug in C# 2.0

If I upgrade to C# 3.0 must my users still install this hotfix?

Regards Torben
Mr. Arnold - 22 Oct 2007 10:56 GMT
>I sell a COM add-in to Excel and in order for it to work the user must
>install the HotFix KB908002 from Microsoft due to a bug in C# 2.0
>
> If I upgrade to C# 3.0 must my users still install this hotfix?
>
> Regards Torben

You should test your application against 3.0. That would be the right thing
to do. And then you'll know for sure.
Jon Skeet [C# MVP] - 22 Oct 2007 11:02 GMT
> > If I upgrade to C# 3.0 must my users still install this hotfix?
>
> You should test your application against 3.0. That would be the right thing
> to do. And then you'll know for sure.

Note that really you'll be testing it against .NET 3.5, not C# 3. It's
not like you can download C# 3 itself - it's just part of .NET 3.5.

There are other possibilities to test against, in particular
.NET 2.0 SP1 which I believe will come out at the same time as .NET
3.5, but presumably be a separate (smaller) download. That may well fix
the KB as well.

Signature

Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet   Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Marc Gravell - 22 Oct 2007 11:31 GMT
First (to OP) I suspect it relates to .NET 2.0, not C# 2.0;
unfortunately, above "2" the three numbers (.NET version, C# version
and CLI version) get out of step, so it gets very confusing...

> Note that really you'll be testing it against .NET 3.5, not C# 3.
> It's
> not like you can download C# 3 itself - it's just part of .NET 3.5.
But (AFAIK, and tested) once you have the C# 3 compiler (by
downloading .NET 3.5) you can still use it to build vanilla 2.0 code,
even using the new language features like lambda (but not LINQ) - so
*technically* you could still be testing .NET 2.0 with the C# 3
compiler...
Please correct me if I am wrong...

Not that it helps the OP ;-p

Marc
Jon Skeet [C# MVP] - 22 Oct 2007 11:44 GMT
> First (to OP) I suspect it relates to .NET 2.0, not C# 2.0;
> unfortunately, above "2" the three numbers (.NET version, C# version
[quoted text clipped - 8 lines]
> *technically* you could still be testing .NET 2.0 with the C# 3
> compiler...

Absolutely. Another reason to disambiguate between C# version and .NET
version.

(And I believe you *could* even use query expressions, if you happened
to have classes providing Select, Where etc as required :)

Signature

Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet   Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.