ASP.NET web application can't find an assembly
Posted
by Charlie Somerville
on Server Fault
See other posts from Server Fault
or by Charlie Somerville
Published on 2010-03-29T02:14:46Z
Indexed on
2010/03/29
2:23 UTC
Read the original article
Hit count: 544
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.
© Server Fault or respective owner