Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX componet can't create object

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
The vb5 project I have is run and compiled and can be made a executable file very well on the win95. But when I try to run it on the win98 the error message said:" runtime error '429':ActiveX component can't create object" and when I try to make a executable file the error message shows:"complie error: permission denied". I have already run the vb5cli.exe and dao350.dll is registered in the system successfully. Please help!
 
if you using that VB5 with DLL or OCX in your environment...


You must be aware!...........

so because..... Microsoft Integrated Development Enviroment

(IDE) using that Guid way

so perhaps you should be only One compile & make

but in Visual C++.. It doesn't matter....

however The exist diference that between Visual C++ among

Visual Basic


You wann'a have solve this problem.....

You must only one compile & make manipulation

if you have two compile & make manipulation

You must give up just like before project way then

maybe you should be open new project

wann'a have more detail information about it......

You can solve with ATL programming book!
 
I want to add some more information


basically, if you compile and Make then (ActiveX DLL,

ActiveX exe, ActiveX control) then

Microsoft Visual Basic automatically registed your registry

It's about Com(ActiveX DLl, ActiveX exe, ActiveX control)

so also if you want to modify in your project code

then.... It doesn't away.....

you have open new project.... and then....

also you must have coding new source

It's because VB5 Use Guid way......
 
oh god.... It's not said that about permission denied!

the problem happen when your exe file while executing

in order to solve this problem.....

It's exist rebooting!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top