Re: [ADVANCED-DOTNET] Writing VS.NET Tools

2002-12-18 Thread eric knox
s >> Sent: Wednesday, December 11, 2002 8:51 AM >> To: [EMAIL PROTECTED] >> Subject: Re: [ADVANCED-DOTNET] Writing VS.NET Tools >> >> >> IIRC IVsSingleFileGenerator is a COM interface (this is the >> interface that the BaseGeneratorWithSite class exposed t

Re: [ADVANCED-DOTNET] Writing VS.NET Tools

2002-12-11 Thread Shawn Wildermuth
t: Wednesday, December 11, 2002 8:51 AM > To: [EMAIL PROTECTED] > Subject: Re: [ADVANCED-DOTNET] Writing VS.NET Tools > > > IIRC IVsSingleFileGenerator is a COM interface (this is the > interface that the BaseGeneratorWithSite class exposed that > VS.NET uses). Look at the asse

Re: [ADVANCED-DOTNET] Writing VS.NET Tools

2002-12-11 Thread Jon Flanders
] Writing VS.NET Tools As some of you know, Chris Sells and I developed an improved Typed DataSet generator for use with VS.NET. In the 1.0 version of the tool we inherited the class BaseGeneratorWithSite from Microsoft.VSDesigner.dll. Unfortunately, Microsoft changed this class (and all

[ADVANCED-DOTNET] Writing VS.NET Tools

2002-12-11 Thread Shawn Wildermuth
As some of you know, Chris Sells and I developed an improved Typed DataSet generator for use with VS.NET. In the 1.0 version of the tool we inherited the class BaseGeneratorWithSite from Microsoft.VSDesigner.dll. Unfortunately, Microsoft changed this class (and all associated classes/interfaces)