Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i have created a visual studio c# project,i have copied .exe file from bin folder and try to run the exe file in other pc's.it was unable to run.i tried with .exe file in release folder also.my old projects used to run in other pc's but this project is not running in other pc's but running correctly in my pc.
kindly help me to come out of it.


project name is BMU Simulator and it will show following error

Problem Event Name: CLR20r3
Problem Signature 01: bmu simulator.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 57c2c3a3
Problem Signature 04: BMU Simulator
Problem Signature 05: 1.0.0.0
Problem Signature 06: 57c2c3a3
Problem Signature 07: 1
Problem Signature 08: f
Problem Signature 09: System.IO.FileNotFoundException
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 16393
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt

What I have tried:

hi,
i have created a visual studio c# project,i have copied .exe file from bin folder and try to run the exe file in other pc's.it was unable to run.i tried with .exe file in release folder also.my old projects used to run in other pc's but this project is not running in other pc's but running correctly in my pc.
kindly help me to come out of it.
Posted
Updated 28-Aug-16 20:22pm

You need to start by looking at your code, and what files it needs to read and / or write: it's saying "System.IO.FileNotFoundException" so the chances are that you are trying to load data from a file or folder that doesn't exist on the "new" PC but which does on yours.
More than that, we can't say - we don't have access to your code and couldn't run it if we did!
 
Share this answer
 
C#
i have created a visual studio c# project,i have copied .exe file from bin folder and try to run the exe file in other pc's.it was unable to run.i tried with .exe file in release folder also.my old projects used to run in other pc's but this project is not running in other pc's but running correctly in my pc.
kindly help me to come out of it.
 
Share this answer
 
v2
Comments
Richard MacCutchan 29-Aug-16 5:44am    
Why have you posted this same question here? It is not a solution, but people will now think your problem is solved. If you want help then edit your question and provide some proper details of what happens when you run the program in other PCs.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900