.net applications don't run

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.



Answer this question

.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

    I would suggest looking into your event log to see if there is anything being noted there as your app goes down.

  • 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... :-(


  • .net applications don't run