Author: cruscrus
Date: Mar 6, 2008 09:10
I have a XP embedded OS image FP2007 including DOT NET 2.0 and
I have to be able to compile VB6 programs so I installed visual studio 6 (
only VB code)
The IDE is working and I can run programs but when I
try to make the exe I receive the following error:
"automation error the system cannot find the file specified ".
This error already appeared in the NG in a previous post but no solution has
been detected.
I checked VB6 with Dependency Walker profiling execution and added two
missing DLL to my image ( coming from Outlook express and IE offline Exec
and a lot of components required including MediaPlayer!)
Comparing with FileMonitor the execution of the same VB6 program on XP Pro I
see the same messages until the compiler C2 is called. On XPE only a query
is done on C2.EXE and the error...
|