Tony Bermudez wrote: >Chris, > >When I try to build the project I get the following error messages: > I had the same problem you need to fix the reference to Microsoft.VsDesigner as well as the one to Microsoft.VisualStudio.Designer.Interfaces. Both can be found in C:\Program Files\Microsoft Visual Studio .NET\Common7\IDE
Ian > >------ Rebuild All started: Project: CollectionGen, Configuration: >Release .NET ------ > >Preparing resources... >Updating references... >Performing main compilation... >c:\dev\e3vss\collectiongen\collectiongen.cs(32,17): error CS0234: The >type or namespace name 'VSDesigner' does not exist in the class or >namespace 'Microsoft' (are you missing an assembly reference?) >c:\dev\e3vss\collectiongen\collectiongen.cs(63,53): error CS0246: The >type or namespace name 'BaseCodeGeneratorWithSite' could not be found >(are you missing a using directive or an assembly reference?) > >Build complete -- 2 errors, 0 warnings >Building satellite assemblies... >Satellite assemblies could not be built because the main project output >is missing. > > >------ Rebuild All started: Project: testcli, Configuration: Release >.NET ------ > >Preparing resources... >Updating references... >Performing main compilation... >C:\Dev\e3vss\CollectionGen\testcli\Class1.cs(3,7): error CS0246: The >type or namespace name 'CollectionGenerator' could not be found (are you >missing a using directive or an assembly reference?) >C:\Dev\e3vss\CollectionGen\testcli\Class1.cs(4,17): error CS0234: The >type or namespace name 'VSDesigner' does not exist in the class or >namespace 'Microsoft' (are you missing an assembly reference?) > >Build complete -- 2 errors, 0 warnings >Building satellite assemblies... >Satellite assemblies could not be built because the main project output >is missing. > > >---- > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.