Showing related tags and posts accross the entire site.
-
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...