I have a bizzare problem with a regular setup project. I finished my project and bundled it witha Deployment project.
The installation goes smooth without any problems but on some computers I get an unhandled error:
EventType : clr20r3 P1 : <My executable program name>.exe P2 : 0.3.2.1
P3 : 47595c90 P4 : <dll project name>. P5 : 0.3.2.1 P6 : 47594cb4
P7 : 12a P8 : 32 P9 : system.io.filenotfoundexception
After some investigation I found out the following:
1. The errordidn't occure on any of the three computers I used to develop the program -Visual Studio was installed on each oneof them
2. The splash screen is being shown before the error occurs - so atleast I know the program loads.
3. The error occursin theInitializeComponent() of the main form.
* I checked the files, dlls, and executables in the application folder. In both cases (on computers that it works, and on computers that it doesn't work) all the files are there.
*I don't know if it matters but in the Deployment project I have two assembly references to the same dll(not the one mentioned in the error) but in different versions.Both references are automaticly added to the deployment project when I add the Main outputof <My executable program name>..I worked around the problem and it installs only the newer version. Just thought it might have a connection and give you a clue.
Hope I gave enough information, ask for more if you need.
I really need help on this one.
Thanks 