A bit of background; I've got an aspx web application that from time to time is unabled to load an assembly for some reason. This error can happen after running fine for many days\weeks. Its timing seems completely random at this point in time. The aspx source code is fairly simple
[PHP]<%@ Page Language="c#"%>
<%
AAClient.Server server = new AAClient.Server ();
System.Xml.XmlE lement status =...