NuclearNed
Raconteur
I have a small app I have written in C#. The application files include the executable and two dlls. I have also created a setup project; the setup project is saying that .NET Framework (version 2.0.50727) is a detected dependency.
The app works fine on my pc; if I install it on anybody else's, the app has an initialization error upon startup. I have ensured that the correct version of the .NET Framework is properly installed on the target pc, but the problem persists. The setup project seems to be doing its job in that it is placing the executable and two dlls in the correct folder.
Any ideas?
EDIT:
An unhandled exception ('System.IO.FileNotFoundException') occurred in CrystalViewer.exe[4540].
Another clue - when I tried to debug through VS2005, I get the following:
Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
The app works fine on my pc; if I install it on anybody else's, the app has an initialization error upon startup. I have ensured that the correct version of the .NET Framework is properly installed on the target pc, but the problem persists. The setup project seems to be doing its job in that it is placing the executable and two dlls in the correct folder.
Any ideas?
EDIT:
An unhandled exception ('System.IO.FileNotFoundException') occurred in CrystalViewer.exe[4540].
Another clue - when I tried to debug through VS2005, I get the following:
Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.