PDA

Click to See Complete Forum and Search --> : "Automation Error" message


TheBionicOrange
Jun 7th, 2001, 08:04 AM
Can anyone please help.
My VB6 DHTML project gives me 'Automation Error' as soon as i try and run it (from within the design environment).

Putting a break on the "BaseWindow_onload" makes no difference. The error appears immediately !

The debugger highlights the PutProperty function in the standard module( this is created when designing a new DHTML app.), so I commented it out. It then moved to the GetProperty function, so I highlighted that one out too.

Now it just gived me the error without highlighting anything !!!

Can anyone please help, this is really frustrating and has me on stop !!!! I am pretty new at this so it could well be an easy answer !!!

Thanks in advance.

TheBionicOrange
Jun 7th, 2001, 10:20 AM
I just realised what caused this error.

I added a new DHTML page to my app., and that is causing the error. If I remove it and go back to 1 page its fine !

Does this help anyone (to help me !) ?