After building a purchasing site for our company in DNN, we upgraded it to 4.09.00 last week. Now when working inside the VS 2008 IDE, we are getting the following JavaScript Error (See bitmap below...)
Very annoying and we have not been able to isolate where the problem comes from. I can reload the Install version, replace the connection string and the machine keys in the config file, and it works for several compiles, but then occurs again.
Has anyone else reported this problem?
Would like to figure out what is causing it so either we can fix it or it can be fixed and distributed.
Thanks...
Dave House
AMCON Distributing
dhouse@amcon.com
Error Message:
Microsoft JScript runtime error: Object Expected
Error Module: Resources/Search/Search.js
Function initSearch()
{
var searchIcon = $get('SearchIcon'); *** This is line 44 of the module...***
...
}