-
I am making a simple autorun CD app that works fine when run from inside vb6.
When I run it from a CD I get runtime error 430: class does not support automation or does not suppor expected interface.
My first thought was "OK I forgot the runtime files". So I went to the Project:references menu and see 5 references to dll and other files. Four of the five I have added to the root level of the CD with no problem. One of the references (Visual Basic runtime objects and procedures) lists the file C:\Windows\System\msvbvm60.dll\3. This does not look like a valid file path to me. The Visual Basic for application reference refers to C:\Windows\System\msvbvm60.dll. I added the 4 files I could to the root level of the cd along with the vb app but get the same error. Any ideas out there?? THanks
-
sorry to bring up this old thread.......but I am having the same problem. I assume the CD is missing these files:
C:\Windows\System\msvbvm60.dll\3
where can I find the VB6 runtimes to add to the CD?