Net runtime crash

  • Thread starter Thread starter ekz
  • Start date Start date
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
 
Back
Top