Hi All
When installing my custom app onto a new development machine in order to develop and debug code on a computer with a larger monitor, everything comes across well with one exception
For some reason, the Interop.StdType.dll comes up as undefined on the computer that I'm trying to move this app to.
The Interop.StdType.dll file is automatically placed into app\obj folder by VS.NET 2003, because I certainly didn't do it
It appears that the StdType object is not registered properly on the target machine, because in the references it comes up with a big yellow question mark (?)
In this situation, the application will go through a build with no errors, but when trying to run the app it hangs immediately, so that the only way to close it down is to crash it through Task Manager
I've researched as much as I can on how to deal with this issue, but have come up empty
Any help would be greatly appreciated
Thanks
Neal Mille