CodefoundryDE / LegacyWrapper

LegacyWrapper uses a x86 wrapper to call legacy dlls from a 64 bit process (or vice versa).
MIT License
79 stars 20 forks source link

System.ComponentModel.Win32Exception: 'The system cannot find the file specified' #30

Closed gayan-rb closed 4 years ago

gayan-rb commented 4 years ago

When i tried to run this wrapper using provided configurations i'm getting below error

System.ComponentModel.Win32Exception: 'The system cannot find the file specified'

at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at LegacyWrapperClient.ProcessHandling.MockableProcess.Start() in 
E:\Codes\LegacyWrapper\LegacyWrapperClient\ProcessHandling\MockableProcess.cs:line 17

i have copied unmanaged 32 bit dll into executing bin folder. what was i messing with?