Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Problem creating DERuntime.DERuntime


Message #1 by nfinch@v... on Mon, 26 Nov 2001 16:28:45
Hi,

Probably a simple answer but I cannot create the DERuntime.DERuntime 

object from within the "Global.asa".



My data connection within "Global.asa" are working fine, I assume that 

there is a dll that needs to be installed but I cannot find any 

documentation on it.



The error I am getting is as follows:



Server Object error 'ASP 0177 : 800401f3'



Server.CreateObject Failed - and gives line number of following line.



Set DE = Server.CreateObject("DERuntime.DERuntime")

		Application("DE") = DE.Load(Server.MapPath

("Global.ASA"), "_private/DataEnvironment/DataEnvironment.asa")





Any help would be appraciated.

Thanks,

Nick

  Return to Index