Jeff-Lewis / codesmith

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

Changest 609 - DataContext.Manager.cs missing using statement #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add Dbml, Entities and Manager Outputs
2. Generate Dbml, then Entities, then Manager outputs
3. Compile.
4. Line 32 ->  _manager = new Manager(this); throws error "is a 'property' 
but is used like a 'type' ... 
5. Simply add a using statement to include the Manager Namespace fixes 
error.

What is the expected output? What do you see instead?
A successful build.

What version of the product are you using?
Nightly Build 609

Please provide any additional information below.
See step 4 and 5 above.

Original issue reported on code.google.com by t...@computeralli.com on 12 Mar 2009 at 11:28

GoogleCodeExporter commented 9 years ago
Hi,  I think I found the issue.  I've update the DataManager.cst template.  
Please
try the latest version in svn to see if the issue is solved.

~ Paul

Original comment by paul.wel...@gmail.com on 24 Mar 2009 at 2:14

GoogleCodeExporter commented 9 years ago

Original comment by shannon....@gmail.com on 7 Oct 2009 at 4:04