Hi everyone!
I've got strange problem.
For nearly six months I write .net applications in C#. Everything's ok until now. I'm trying to launch my (not only) applications and nothing happens. If it is console applications there is no error message or anything else that could tell me that something went wrong. I just can see prompt again. If it is windows application there is no reaction. In Task Manager I can see my app in process list for a second and then it disappears.
I tried to uninstall and install again .net Framework 2.0, but it didn't help.
If I run ASP.NET pages via IIS everything's ok.
Please, help! Thanks in advance.

.net applications don't run
yoyo i am new here
Unfortunatelly if I try to start, for example my console app in debug mode, it simply blink the black screen of console and that's all, even if I set breakpoint on first instruction if Main function...
I have no idea what can I do to figure out what's happened....
:-(
Marlund
niltonjr
Start a Debugger to understand what happen inside. I think it's the best way to know what problem you realy get.
magoria
Do you mean Event Log in Control Panel -> Administrative Tools I was looking there but there's no info... :-(