CodeSmith Community
Your Code. Your Way. Faster!

My lastest version does not compile

Latest post 12-28-2006 12:18 PM by benitolopez. 2 replies.
  • 12-27-2006 10:55 AM

    • NoelRAM
    • Top 500 Contributor
    • Joined on 08-25-2005
    • Caracas
    • Posts 9
    • Points 165

    My lastest version does not compile

    Thanks for deliver this new version. I downloaded the latest version of NetTiers and generated my solution with 10 projects (including Windows.Forms). However this version generate the following error message (in my case more than 300):

    Error 1 The type or namespace name 'Bindable' does not exist in the namespace 'myProject.Entities' (are you missing an assembly reference?) C:\...\myProject.Domain\ErrorLogBase.generated.cs 94 13 myProject.Domain

    Any help?


     

    • Post Points: 35
  • 12-28-2006 9:03 AM In reply to

    • madpeter
    • Top 150 Contributor
    • Joined on 03-10-2004
    • Posts 35
    • Points 815

    Re: My lastest version does not compile

    Hi NoelRAM

    I had a similar problem and found that I had the field IncludeWCFDataAttributes = true . This can only be used when you have the dotnet framework 3 installed. I set this value = false and after regenerating I did not have this problem anymore.

    regards Peter
    • Post Points: 35
  • 12-28-2006 12:18 PM In reply to

    Re: My lastest version does not compile

    With the most recent version from trunk I have problem, because some of the code generated is malformed, for example I have a field named "rownumber" and it's generated as "nmber", some functions parameteres are missing.

     

    return LogIn(null, start, pageLength , er, , p);

    Must be:

     return LogIn(null, start, pageLength , user, name, p);

     

    Cs 3.2
    netTiers 2.0
     

    • Post Points: 5
Page 1 of 1 (3 items) | RSS
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems