ssteenkiste / nettiers

Automatically exported from code.google.com/p/nettiers
1 stars 0 forks source link

Error: Can't find the 'EntityData' type or namespace (missing using directive or assembly reference?) #245

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit EntityIntanceBase.generated.cst (template) with CodeSmith
2. Go to the Tools menú and select Build option
3. The compilation will fail, showing an error on line 1094:
   template = base.CreateTemplate<EntityData>();

What is the expected output? 
It should compile (build)

What do you see instead?
Compile (build) fail

What version of .netTiers and CodeSmith are you using?
2.3.0

Please use labels and text to provide additional information.

Open the EntityIntanceBase.generated.cst template (it should be in 
the "Entities" subfolder of the Nettiers folder), go to line 1094 and the 
error is "marked" win a red line in the CodeSmith Studio template editor.

Original issue reported on code.google.com by elnoegar...@gmail.com on 24 Jul 2009 at 10:40

GoogleCodeExporter commented 9 years ago
Hello,

What changes did you make to the template?

Thanks
-Blake Niemyjski

Original comment by bniemyjski on 8 Sep 2009 at 7:39