CreateObject Exception

Discussion in 'Classic ASP' started by slappy, Feb 9, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am getting an error when I try to create an object. Any thoughts?

    Error:

    Active Server Pages error 'ASP 0241'



    CreateObject Exception


    /ipn2.asp


    The CreateObject of '(null)' caused exception C0000005.


    Server object error 'ASP 0177 : c0000005'


    Server.CreateObject Failed


    /ipn2.asp, line 18


    c0000005





    Code:


    set CommandUpdatePayment = Server.CreateObject("ADODB.Command")
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page