Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Try <a href="http://blogs.msdn.com/dougste/archive/2008/08/11/clearing-out-temporary-asp-net-files.aspx" rel="nofollow noreferrer">clearing the ASP.NET temp files</a>. It's solved some odd issues before for me.</p> <p>Otherwise, <a href="http://blogs.msdn.com/suzcook/archive/2003/05/29/57120.aspx" rel="nofollow noreferrer">Fusion-logging</a> may shed some light.</p> <p>UPDATE: @Charlie - I'm not sure what to make of those logs...it looks like the failed log is from a different AppDomain. Notice the AppBase is set to "file:///c:/windows/system32/inetsrv/" and AppName is w3wp.exe. </p> <p>I'm pretty sure the Event Viewer should show Application Id: LM/W3SVC/#/ROOT if it was the default AppDomain, too. At this point, all I've got is random guesses.</p> <ol> <li>I notice you're running x64...does MonoTorrent perhaps <a href="http://support.microsoft.com/kb/894435/en-us" rel="nofollow noreferrer">require x86</a>?</li> <li>Have you double checked that the directory is an IIS application, and is configured for the correct version of ASP.NET?</li> <li>Is there some other application that uses MonoTorrent on this server? Maybe a WCF service or something? I'm not sure where the Serialization is happening....</li> <li>Try hooking the <a href="http://msdn.microsoft.com/en-us/library/system.appdomain.assemblyresolve.aspx" rel="nofollow noreferrer">AssemblyResolve event</a> and loading it manually.</li> <li>Can you repro on a development machine? If not, maybe it's a borked FX install. Uninstall and reinstall.</li> <li>Does restarting, recycling or stopping/starting the AppPool fix the issue temporarily, or cause the issue to appear?</li> </ol> <p>You may want to type out your screenshot text too so you'll get some Google love....</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload