ATTENTION: I've decided to put the upgrade on hold due to a compatibility issue of our server environment with the latest CS installer package. CS 2008 now requires SQL Server 2005 as the backend DB but our database server currenlty has SQL Server 2000 installed on it. I'll resume the upgrade once I figure out when Telligent is releasing a patch to the schema compatibility issue. For now, we will continue to use the old version of CS while waiting for the said patch. If you have any questions about this process, please don't hesitate to post them on our forums and I'll answer them as soon as I can. Thanks for your patience and support guys! I'll let you know as soon as this is resolved. -
Keith Rull
Browse Forum Posts by Tags
All Tags »
.NET Debugging (RSS)
-
Nice question cruizer. My usual approach is using the Conditional Attribute which is the same as the #if DEBUG directive. Below is a sample code structure: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 using System; using System.Diagnostics; class Program { static void...
-
Hi everyone! I've noticed while developing e-commerce oriented web sites (ASP.NET 2.0 of course) that it's hard to develop and test pages that relies a lot on context (meaning past actions or data that accumulate in one's session). What I mean is that, for instance, in our e-commerce web site, one has...
Page 1 of 1 (2 items)