Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
and given client exe. But the client is unable to run the exe and also does not get any error. How to trouble shoot this. what can be the cause ?

What I have tried:

I had run the exe on my peer's computer and it is working.
Posted
Updated 6-Mar-18 23:07pm
Comments
RickZeeland 7-Mar-18 5:15am    
Did you see any error messages ? if so please post them here.
Did the computer have the correct .NET framework installed (you can see this under uninstall programs)
CHill60 7-Mar-18 7:20am    
Have a look in the Event log to see if there are any clues
ZurdoDev 7-Mar-18 9:54am    
Add logging to your code. Also, update the title to something useful and relevant.
Jon Shearin 7-Mar-18 20:05pm    
What language did you write the application in (C++, C#, etc.)? Did the client run the executable by double clicking on it in Explorer or using a command line (CMD.EXE)?

If there are missing libraries, you may not get an error to show in the GUI if you just double clicked on the executable in Explorer. Try running CMD.EXE and start the executable from there. Then look for error messages on the command line. My bet is that the client does not have the runtime library installed on their system.

Note: Be sure to test this on a system that DOES NOT have Visual Studio (or whatever programming environment you use) installed. This will make sure that you don't have the libraries (DLLs) included with the programming environment.

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