I finally decided it is time to use VS2005 - which I've been using for 3 years now - to modify one of my DNN old projects (1.0.X) projects. Since I have one machine that runs VS2003 and another that runs VS2005 ( Windows XP), I copied the web site and the database to my VS2005 machine, upgraded the web site source files as VS2005 suggested, compiled the solution and the compilation was successful. I use IIS to configure the site - I'm only using ASP.NET 2.0 framework on this machine. Finally, I test the web site in IE and it is actually working. Only one single problem that drove me crazy and I could not find the solution anywhere.
Any page/module that contains a validation control is causing a javascript error - by looking at the bottom left corner of IE. The javascript error is causing the page not to post back. The Javascript error is:
Line: 2
Code: 0
Error: Syntax error
url: ***********
That is all. When the validation control is removed, the page is working fine. I moved the web site to W2k server and I got the same error. I think I might need to modify the Web.config file, but I'm really not sure what to modify. I hate that this is the only reason why I cann't have all my DNN projects managed with VS2005 and have them all - old DNN and new DNN - run from the same machine. Any suggestions are appreciated.
a.h