Hi everyone:
I have an architecture that calls for my web form code-behind classes to implement interfaces (Model-View-Controller pattern). Since installting the KB 920805 hotfix (and now with SP 1), I am experiencing the following problem with the VB IDE:
Every single web form class that does this results in errors showing in the IDE that indicate that the class does not implement an interface method, even though it does. However, when compiling and running the web site project, this does not show. The web site works fine and calls made to the interface methods work. It seems like this is a background compiler-only issue.
However, this is very hard to deal with, as real errors can't be caught until the solution is compiled; and even then it's hard to find out which errors in the list are real and which ones aren't.
Is there a solution for this?
SA.