S
shall
I copied ASP( Classic) pages from NT4 to Server2003.
One asp page calls a Foxpro DLL.
Active Server Pages error 'ASP 0241'
CreateObject Exception
/mypage.asp
The CreateObject of '(null)' caused exception C0000005
Microsoft Active Server Pages error '80020009'
An external object raised an error. No Error Description Available.
/mypage.asp, line 123
'''''''''''''''''''''''''' Below is the line of code that bombs ==
set oDLL = Server.CreateObject("PgmPow.fcsPow")
This exception happens sporadically.
I have registered the DLL. It works a few days or over a week before I
get the above error.
Comments?
TIA
Steve
One asp page calls a Foxpro DLL.
Active Server Pages error 'ASP 0241'
CreateObject Exception
/mypage.asp
The CreateObject of '(null)' caused exception C0000005
Microsoft Active Server Pages error '80020009'
An external object raised an error. No Error Description Available.
/mypage.asp, line 123
'''''''''''''''''''''''''' Below is the line of code that bombs ==
set oDLL = Server.CreateObject("PgmPow.fcsPow")
This exception happens sporadically.
I have registered the DLL. It works a few days or over a week before I
get the above error.
Comments?
TIA
Steve