Showing related tags and posts accross the entire site.
-
Great advise! It solved my compile problems as well. Is there any reason that this can't automatically be done as part of the generation of a project?? bgjohnso: Are you using a Web Site project or a Web Application project (post-release add-on to VS)? In a web site project, there are no designer.cs...
-
I just downloaded the Trial version of Codesmith 4.0 and installed it. I opened up Codesmith and selected the .netTiers templates. I selected a good number of my tables, and set properties for Codesmith to generate a web-site, web-services, etc. Opened the solution generated in Visual Studio 2005, and...
-
I would like to have some versioning information in the generated code so I can tell under what versions and conditions the code was generated. I have some existing projects that I have pulled older production versions and need to make changes to the generated code but I dont know what version of CS...
-
Hello, we have a database with the DateTime field set to 2 minutes. When NetTiers runs, it generates the following code: public System.DateTime? PurgeMessageTimeout = new DateTime("1/1/1900 12:02:00 AM"); This causes a compiler error since there is no such constructor for DateTime that accepts the string...
-
Confirmed! CS 3.2 is needed. I just installed .NetTiers 2.0 and was getting the same errors with CS 3.1. I just installed CS 3.2 and it compiled the NT 2.0 templates without errors. I have .NET 2.0 framework installed too.
-
Does anyone have a solution for this???? Please post it if you have.
-
I would also like to know the answer to this.