From: nuti on 17 Jan 2006 07:15 Got Run-Time error: -2147024894(80070002) Method 'Run' of object 'IWshShell3' failed how wshould i go about it? cheers, Nuti
From: Jay Taplin on 17 Jan 2006 08:57 I've seen a couple of reasons for this error: 1) You may need to wrap the filename in double quotes (i.e. "C:\Program Files\ABC\file.exe" rather than C:\Program Files\ABC\file.exe) 2) Make sure your slashes are all backwards slashes, not forward slashes. Jay Taplin MCP
From: David J Mark on 17 Jan 2006 09:50 "nuti" <nutinaveen(a)yahoo.co.in> wrote in message news:1137500153.431850.176410(a)z14g2000cwz.googlegroups.com... > Got Run-Time error: > > > -2147024894(80070002) > Method 'Run' of object 'IWshShell3' failed > > > how wshould i go about it? Go about what? Where's the code? This is just a generic automation error. This is like asking what to do about a "file not found" error. > > > cheers, > Nuti >
From: Bob O`Bob on 17 Jan 2006 22:07 David J Mark wrote: > "nuti" <nutinaveen(a)yahoo.co.in> wrote in message > news:1137500153.431850.176410(a)z14g2000cwz.googlegroups.com... > >>Got Run-Time error: >> >> >>-2147024894(80070002) >>Method 'Run' of object 'IWshShell3' failed >> >> >>how wshould i go about it? > > > Go about what? Where's the code? This is just a generic automation error. > This is like asking what to do about a "file not found" error. <http://groups.google.com/group/microsoft.public.vb.general.discussion/browse_thread/thread/e5299dbf57f48a36/2417b81ec558212e?q=%22to+do+that+thing%22&> Bob --
|
Pages: 1 Prev: MSDN98, MSDN Library Visual Studio 6.0a Next: "Object library not registered" error |