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!