Click here to Skip to main content
15,886,055 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all!!

I have a problem in my c# application. When i run my .exe file nothing's happened, even error messages won't show. How could this be happening that when i started the application as "Run as Administrator" this only requires permission and after I click yes, nothings happen. I have also checked the services and it is all running.

Please help me through this.. thank you..
Posted
Comments
AndrewCharlz 17-Mar-14 3:41am    
please check the process from the task manager wther it is running or not
SOHAM_GANDHI 17-Mar-14 3:53am    
check for "form" constructor is public or not ?
Rob Philpott 17-Mar-14 6:13am    
What do you mean you have checked the services and its all running? Is this a Windows Service?
Marcin Kozub 17-Mar-14 10:09am    
Do you store any configuration in files or registry? Maybe some of config files/registry entries are broken? I've that problem once. Try to restore files or registry entries to default values, maybe this will help.
Romeland C. dela Peña 18-Mar-14 5:01am    
Rob Philpott - What i mean is that i've already checked the programs and services that is/are requirements to run a .Net Application.

Sorry for lack of info.

Okay,
Clean the solution and Rebuild it.

Now go to the project directory/bin and run the .exe.

-KR
 
Share this answer
 
Comments
Romeland C. dela Peña 17-Mar-14 4:11am    
but this application has been installed to a computer. This application has been used for several times and after the several power shutdown, this problem occurs.
Romeland C. dela Peña 17-Mar-14 4:17am    
and this only happens in only one Windows 8 computer.
check if the run application line has not been removed from the Program.cs
 
Share this answer
 

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