Hi,
I am working on a site that is being moved from an NT4 PC to Windows 2003... headache!! I am getting the following error:
error '8002801d'
/includes/my_include.asp, line 291
this is what's on line 291:
oView.Add ScopeKey, sql
oView is created as follows:
Set oView = CreateObject("Scripting.Dictionary")
If I do a search on that error message I find that people are getting a Dll that has not been registered... but their error also has additional info. If anyone hs any thoughts at all, I am open to try anything...
CES
I am working on a site that is being moved from an NT4 PC to Windows 2003... headache!! I am getting the following error:
error '8002801d'
/includes/my_include.asp, line 291
this is what's on line 291:
oView.Add ScopeKey, sql
oView is created as follows:
Set oView = CreateObject("Scripting.Dictionary")
If I do a search on that error message I find that people are getting a Dll that has not been registered... but their error also has additional info. If anyone hs any thoughts at all, I am open to try anything...
CES