|
-
Jun 18th, 2000, 12:10 PM
#1
Thread Starter
Junior Member
We are using Visual Basic 6.0(SP3). We created a package for a Standard EXE project. We referred Activex Dlls in that Standard EXE Project. The Dlls are given Binary Compatibility. We installed the package in a system. While executing the application the following error
occurs. "Class does not support automation or does not support expected interface." Error No :430.
What is the solution for this? We also registered the Dlls on that system. In the system in which we created the package, the application is working fine. Please help immediately.
Thanks for any help.
Sujatha
-
Jun 18th, 2000, 12:27 PM
#2
-
Jun 18th, 2000, 11:02 PM
#3
Hyperactive Member
regsvr32
All the things in the previous message, plus goto DOS window, the folder where the dll lives and regsvr32 it. Make sure if you change your EXE, you reference this dll or the project of the same version.
-
Jun 18th, 2000, 11:17 PM
#4
Junior Member
possible cause
this may sound dumb but we did make that mistake so just thought i'll let u know...
When u coded did u use "New" for creating all the objects? If yes then
its only a case of different versions
else
correct all the code where objects are created with New and then try
end if
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|