I have created a VB program on my machine running Win98, when I try to install it on Win95 or WinNT it does not work. I get some type of "Can not create ActiveX component" error. <br><br>Thanks in Advance,<br>Leaf
Either a component has not gotten registered, or your application requires a component that's not installed on the other computer. <p>nick bulka<br><a href=mailto:nick@bulka.com>nick@bulka.com</a><br><a href= > </a><br>
Nickbulka,<br><br><br>How can you tell what files are not registered or what files are not being installed. The only components that I have are, Status Bar, Toolbar and Winsock control.<br><br><br>thanks,<br>Leaf<br>
You might try Project / Properties and check the "Upgrade ActiveX Controls" option.<br><br>Just a thought. Sometimes it works.<br> <p> <br><a href=mailto: > </a><br><a href=
Solution Posted!<br><br>I figured out what part of my VB code was generating the error "429" -<br><br>Set fso = CreateObject("Scripting.FileSystemObject"<br><br>I searched my Windows 98 "regedit" for "FileSystemObject" and under CLSID there was an entry. I checked the DLL that was in the InProcServer32 entry "SCRRUN.DLL" and then I ran the Package and Deployment again for my project and attached this file to the install. When I installed the program on Windows 95 and on Windows NT. It worked with no problems.<br><br>Life only gets better!<br><br>rgds,<br><br>Leaf
Yes, Windows NT and Windows 95 do not ship with support for Windows Scripting. There are probably other DLLs needed for a complete set, so you ought to cruise over to msdn.microsoft.com and see if there is a distribution cab file set available from them.<br><br>Chip H.<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.