BaseCodeGenerrators goes internal
Yet another change I have encountered while migrating our environment to the
VS.NET 2003 and the 1.1 Framework is the change of the class
BaseCodeGeneratorWithSite from public to internal.
For those of u who did not encounter it I can just say that it is used for
building custom tools, and a sample can be found in the MSDN
magazine.
Those of u who already used it (like me) will have to face the fact that
Microsoft has decided that the class is to be internal in the VS.NET 2003, so u
can’t use it any more that way, but, a small search in got dot net revealed a little magic - The
full source code of the class for the developers who have been using the
class in the previous version.