|
-
Apr 22nd, 2002, 03:42 AM
#1
Thread Starter
Junior Member
ActiveX DLL -> wont load once packaged?
Hi,
I've created a programme, and it uses an Active X DLL. The Visual Basic Project name for the programme itself is 'Q3RC' and the DLL Project Name is 'Parse' These are grouped under a VB Group called 'Q3RC Group'
Now then, once they are both built, you can run them fine - all works well... execpt when i come to package and dist my code.
When it asks for what project to select, i select the Q3RC.VBP, and add the necessary(sp) crap to it, readme.txt, and the parse.dll which I have already built.
This works well - I move the parse.dll to co-inside with the app.dir in the options in the Packagfe and deployment wizard.
Once it has installed, it says:
"Automation error
ClassFactory cannot supply requested class"
so my question is how can i package my programme up, with the dll so it works ok?
I've referenced the DLL in the project references, and as I said it works if I just straight compile.
Thanks!
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
|