unable to run .exe

  • Thread starter Thread starter pradnyab
  • Start date Start date
P

pradnyab

I have created complete C#.net application.
I have copied .exe file from debug folder, pasted it to desktop & try
to run that .exe file.
It does not rum please help.
 
I have created complete C#.net application.
I have copied .exe file from debug folder, pasted it to desktop & try
to run that .exe file.
It does not rum please help.

That is a bit vague. How does it not run? Nothing happens? If something happens, please tell is what (exact error messages). Does it run if you start it from the debug folder? (use bin/debug, not obj/debug). Does it depend on external assemblies?
 
Back
Top