ASP.NET web application can't find an assembly
Posted
by Charlie Somerville
on Stack Overflow
See other posts from Stack Overflow
or by Charlie Somerville
Published on 2010-03-30T00:16:58Z
Indexed on
2010/03/30
0:23 UTC
Read the original article
Hit count: 674
I deployed an ASP.NET web application last night and I when I woke up this morning it was very slow and would occasionally just throw a 'Service Unavailable' error.
I checked the Event Viewer and it was filled up with these errors:
I'm puzzled as it was working perfectly when I deployed it (MonoTorrent is required to retrieve the number of seeders/leechers for a certain torrent off the tracker - this was working fine), but it's no longer working and whenever code that uses MonoTorrent gets involved, the worker process just crashes.
MonoTorrent.dll is in the /bin/ directory.
© Stack Overflow or respective owner