Hi
I have some hardware controlling software running on Windows 7 Embedded. Running a Windows Forms test harness will successfully control the hardware via the 3rd party dll which is invoked via interop.
Trying to run the same driver using a web service hosted in a windows service fails either on the first call or, for instance, if I try a LoadLibrary() even with a fully qualified path (note File.Exists says true...).
Tried quite a few tricks but to no avail....
AndyF.