Showing related tags and posts accross the entire site.
-
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...
-
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...
-
I would also like to know the answer to this.