![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | VbScript CreatObject error Hi, I created Com Object and registered it. After registration I deleted the dll contains the Com Object. Then, calling the folowing vbscript: set obj = CreateObject("MyNamespace.MyClassName") raise the error message "The System cannot find the file specified" How can I retrieved the filename (the dll that I deleted)??? Thanks, Eitan |
My System Specs![]() |
| | #2 (permalink) |
| | Re: VbScript CreatObject error On Jun 16, 4:38*am, Eitan Shapir <EitanSha...@xxxxxx> wrote: Quote: > Hi, > I created Com Object and registered it. > After registration I deleted the dll contains the Com Object. > Then, calling the folowing vbscript: > set obj = CreateObject("MyNamespace.MyClassName") > raise the error message "The System cannot find the file specified" > > How can I retrieved the filename (the dll that I deleted)??? > Thanks, Eitan should then provide the name of the missing file ... skey = "HKEY_CLASSES_ROOT\WScript.Network\" with createobject("wscript.shell") sCLSID = .regread(skey & "CLSID\") sFileName = .regread("HKLM\Software\Classes\CLSID\" _ & sCLSID & "\InProcServer32\") end with wsh.echo sFileName Tom Lavedas *********** |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Zip error using VBSCRIPT Error:Object not a collection | VB Script | |||
| vbscript.dll error | VB Script | |||
| WMI VBSCRIPT error 0x80041001 | VB Script | |||
| vbscript error | Vista installation & setup | |||
| error 2738 vbscript | Vista General | |||