Idit1111
January 26th, 2007, 01:42 AM
Hi,
I am running C# application with a MFC dll on VS2005. When I copy the .exe file and the dll to another computer I get the following errer (both installed with .NET 2.0):
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in FilesUpdateApplication.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.
where 'StrtData is my dll file.
When I installed the VS2055 on the computer, it worked just fine. Are there any specific dll's that the 2005 adds? is it something that it adds in the installation?
Please advice,
Thanks
Idit
I am running C# application with a MFC dll on VS2005. When I copy the .exe file and the dll to another computer I get the following errer (both installed with .NET 2.0):
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in FilesUpdateApplication.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.
where 'StrtData is my dll file.
When I installed the VS2055 on the computer, it worked just fine. Are there any specific dll's that the 2005 adds? is it something that it adds in the installation?
Please advice,
Thanks
Idit