AnantLabs / codesmith

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

CSLA Framework QucikStart.cst will not compile #472

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open CodeSmith (ver 5.2.2)
2. Right click on QuickStart.cst and select execute.

What is the expected output? What do you see instead?
I expected the template to compile and then have the project options window to 
open.

What version of the product are you using?
CodeSmith 5.2.2.  I downloaded the csla templates release 1890.

Please provide any additional information below.
I believe that this is the same problem reported in issue 409.  The machine 
that I am having the problem with does have the Telerik Rad components 
installed.  I was able to execute the same templates on a second machine 
without any problems.

The error messages (454 errors) are:

c:\Users\Michael\AppData\Local\CodeSmith\v5.2\Template 
Cache\-1780811494\3wkxzqrb.qua\QuickStart_cst.cs(239128,61): error CS0246: The 
type or namespace name 'QuickStart' could not be found (are you missing a using 
directive or an assembly reference?)
c:\Users\Michael\Documents\CodeSmith\Templates\CSLA-r1890\CSharp\DataAccessLayer
\Internal\SQLStoredProcedures.cst(387,59): error CS0246: The type or namespace 
name 'TransactionIsolationLevelEnum' could not be found (are you missing a 
using directive or an assembly reference?)
c:\Users\Michael\Documents\CodeSmith\Templates\CSLA-r1890\QuickStart.cst(133,36)
: error CS0246: The type or namespace name 'SolutionItem' could not be found 
(are you missing a using directive or an assembly reference?)
c:\Users\Michael\Documents\CodeSmith\Templates\CSLA-r1890\QuickStart.cst(166,9):
 error CS0246: The type or namespace name 'ProjectBuilderSettings' could not be 
found (are you missing a using directive or an assembly reference?)

Build complete -- 454 errors, 0 warnings

Original issue reported on code.google.com by box...@teamschroeder.com on 2 Aug 2010 at 7:08

GoogleCodeExporter commented 9 years ago
Hello,

I'm working on checking this in and testing :).

Thanks
-Blake

Original comment by bniemyjski on 2 Aug 2010 at 8:10

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1895.

    CSLA Framework QucikStart.cst will not compile

Original comment by bniemyjski on 2 Aug 2010 at 8:14