Net runtime crash

  • Thread starter Thread starter ekz
  • Start date Start date
No problem :-)

As Jim pointed out already, the blogs are really worth a look!! Thanks Jim!!!!
 
Rahul said:
No problem :-)

As Jim pointed out already, the blogs are really worth a look!!
Thanks Jim!!!!

Sure.

--
Jim Cheshire
================================
Blog: http://blogs.msdn.com/jamesche

Latest entry: Digging into Objects
Describes the details of digging into
memory usage with the debugger.
 
Well, that was the issue indeed. After removing the bulk of code which
was problematic the application ceased to crash and went on the stable
side.

I cant thank you guys enough for the help!

BTW Jim, great blog :)
 
SharpSmith said:
Well, that was the issue indeed. After removing the bulk of code which
was problematic the application ceased to crash and went on the stable
side.

I cant thank you guys enough for the help!

BTW Jim, great blog :)

Thanks for the update. Glad to hear it, and thanks for the blog comment.

--
Jim Cheshire
================================
Blog: http://blogs.msdn.com/jamesche

Latest entry:
Getting the PID and TID of a COM Call

Describes how to get the PID of the
dllhost process a COM call is executing
in and how to locate the thread as well.
 
Hi,

I know I'm a bit late, but I had the same problem.
The solution for me was quite simle:

First stop IIS.

Next delete all your temporary ASP.NET files in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files

Now restart IIS again.

For me, the problem was fixed.

Best Regards,
Gnorre
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top