Hi,
I am running C# application with MFC. dll project.
I managed to run the application when the VS2005 environment exists but when I copy the .exe and dll to another computer I get the following errer:
An unhandled exception of type 'System.IO.File NotFoundExcepti on' occurred in FilesUpdateAppl ication.exe
Additional information: Could not load file or assembly 'StrtData, Version=0.0.0.0 , Culture=neutral , PublicKeyToken= null' or one of its dependencies. The system cannot find the file specified.
Please advice,
Thanks
I am running C# application with MFC. dll project.
I managed to run the application when the VS2005 environment exists but when I copy the .exe and dll to another computer I get the following errer:
An unhandled exception of type 'System.IO.File NotFoundExcepti on' occurred in FilesUpdateAppl ication.exe
Additional information: Could not load file or assembly 'StrtData, Version=0.0.0.0 , Culture=neutral , PublicKeyToken= null' or one of its dependencies. The system cannot find the file specified.
Please advice,
Thanks
Comment