NewbiDoobie
Technical User
I am getting this error:
Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument
It has been traced back to
set m_de = Server.CreateObject("DERuntime.DERuntime")
m_de.Init(Application("DE"))
This was working fine on the dev server. when we moved it to the new server, Not only can we not get interdev to recognise that project (It recognizes another on that server), but it seems we cannot crreate the data environment.
Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument
It has been traced back to
set m_de = Server.CreateObject("DERuntime.DERuntime")
m_de.Init(Application("DE"))
This was working fine on the dev server. when we moved it to the new server, Not only can we not get interdev to recognise that project (It recognizes another on that server), but it seems we cannot crreate the data environment.