-
Here is the error message that I get after I run the application on a NON-Development PC:
Class Does Not Support Automation or does not support expected interface......
I already created cab files using the Package Deployment Wizard & I ran the setup.exe file on that pc also but I still get this error when I run this app....
It comes right after my splash screen so I think the problem could be when i declare an object of a class clsFlorist.....Any ideas???
-
Sounds as though you could have done one of the following...
1. Not referenced the class properly
2. Not included a file in your setup set
3. Have got a wrong version of one of the files needed to run the app.
Keep us posted!
-
URGENT!!!
I dont know....I changed my OLEDB.Jet driver to 4.0 for a diff problem but that has nothing to do with this one. I should be distributing the right files, after all, doesnt the Package Deployment wizard do that for u???
Let me know if u have any suggestions because the MSDN library doesnt help much, surprise surprise
Arif
-
I do not know if it's going to help you, but I had a problem with Jet 4.0 Are you distributing supporting dlls, such as msjet40.dll?
Where was application designed? VB? Are you using 3.6 DAO library?