Chris,

When I try to build the project I get the following error messages:

------ 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.


---------------------- Done ----------------------

    Rebuild All: 0 succeeded, 2 failed, 0 skipped

========================================================================
==========

Any ideas?

Thanks,
Tony

-----Original Message-----
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Chris Sells
Sent: Thursday, April 11, 2002 11:34 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] TOOL: .NET CollectionGen: A new design-time code
generator for VS.NET


Thomas, I agree that a type-safe hash table would be wonderful. If you
or Shawn or somebody contributes the template, I'll drop it in.

Chris Sells
http://www.sellsbrothers.com/

> -----Original Message-----
> From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf
Of
> Thomas Tomiczek
> Sent: Thursday, April 11, 2002 12:46 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] TOOL: .NET CollectionGen: A new design-time code
generator
> for VS.NET
>
> WONDERFULL work, Chris :-)
>
> Just a question - you mention that Shawn Van Ness created the template

> for the generic class.
>
> WHY is this not "inheriting" from an untyped collection? Would it be
> possible to modify it in such a way to inherit from any "asked for "
> collection? The reason I ask for this is pretty simple - the generic
you
> have in there right now is basically a Vector. Some people would also
> like a typesafe hashtable etc.
>
> So a generator that takes any existing (well, ok, ANY) classss it is
> pointed to and then actually implements all the "typesafe functions"
> would be GREAT :-) Maybe by delegation, not by inheritance :-)
>
> I currantly would love a typesave hashtable, you know :-)
>
> Regards
>
> Thomas Tomiczek
> THONA Consulting Ltd.
> (Microsoft MVP C#/.NET)
>
>
>
> -----Original Message-----
> From: Chris Sells [mailto:[EMAIL PROTECTED]]
> Sent: Donnerstag, 11. April 2002 09:14
> To: [EMAIL PROTECTED]
> Subject: [DOTNET] TOOL: .NET CollectionGen: A new design-time code
> generator for VS.NET
>
>
> CollectionGen [1] is a Custom Tool Add-In to VS.NET to generate
> type-safe collections. CollectionGen is an add-on to generate code for

> type-safe collections until we have templates in C# (likely) and VB
> (unlikely). Once you've set it up and defined your collections in a
> collection definition file in your project, you'll have type-safe
> collection classes generated as part of your design-process.
>
> In addition to the type-safe collection generator, I've provided a bit

> of explanation and the code so that you can make your own custom
tools,
> just like the XSD Dataset generator.
>
> Enjoy!
>
> Chris Sells
> http://www.sellsbrothers.com/
>
> [1] http://www.sellsbrothers.com/tools/#collectionGen

You can read messages from the DOTNET archive, unsubscribe from DOTNET,
or subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to