Error VB6 when I run application in w2k3 Domain Controller
Error VB6 when I run application in w2k3 Domain Controller
HI, I have an application implement in VB6 and when I run in W2k3 Domain Controller give error 713 time execution.
please, help me.
Any suggestions are very much appreciated.
Error VB6 when I run application in w2k3 Domain Controller
Hilton123
I had the same error on both Server 2003 & XP pro using VB5, when trying to display a Data Bound Grid in the application. The only difference was my runtime error was '9'. CLSID: {00000010-0000-0010-8000-00AA006D2EA4}
Found the answer at "support.microsoft.com/default.aspx scid=kb;en-us;288706"
Resolution: set the Connect property of the intrinsic Data control to Access 2000, which uses dao360.dll. Also make sure to register dao350.dll as well. This is the way I interpreted the answer; you may want to read it for yourself at the above website.
Amarendra Behera
Hi Franco,
Generally this error means there are some referenced class can’t be found. When you developing a program, you referenced some dll in your develop environment. But when you deploy this program to other machines, maybe that dll hasn’t been deployed to that machine also. Then it will report this error. This is very code related. We need to confirm is there any more detail information for this error, for example:
Run time error '713'.
Class not registered.
Looking for object with CLSID:
{59245250-7A2F-11D0-9482-00A0C91110ED}
Please provide us with the entire error message (per the example above) to see which class is missing.
-brenda (ISV Buddy Team)
Jacobus
I have the same problem but on WinXP pro.
the exact message is:
Run time error '713'.
Class not registered.
Looking for object with CLSID:
{00000010-0000-0010-8000-00AA006D2EA4}
What do I have to do to solve it
Thanks in advance!