Interface re-implementation changed from 1.0 to 2.0???

J

Jon Skeet [C# MVP]

Greg Young said:
Ok some follow up on this ..

it appears that the hot fix does not fix the problem ... I tested with
2.0.50727.97 in vista which worked. The 2.0.50727.97 version of that hotfix
I am told does not work. This would make the problem that much more
difficult as you can now not even check for an environment version to see if
the system youa re running against has the issue or not.

Maybe it's time for someone (and yes, I guess I'm willing to start the
ball rolling) to write a class which exposes this kind of thing:

if (FrameworkOddities.HasInterfaceReimplementationBug)
{
...
}

In this case it would be pretty easy to do - I can imagine more of
these coming out of the woodwork as time goes on.
 

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

Top