I like to compile with warning as error, really helpful. However I had to implement an interface which contains an event. But I don't use the evnt myself explicitely. Now, even though the event is public VS.NEt refuse to compile because:
Experience Posters, I am wanting to do more advanced designs of APIs before I write the fist line of code. I have seen UML as well as the class designer for VS 2005. What I would really like is something like the VS 2005 class designer, but
So, I figured out that all the code produced by the IDE's desiger has been moved to a seperate file (xxx.Designer.vb). I expected most of the initialization code to be there, however, there was a noticable absence of the new() method.