[Mono-list] xsp-1.0.5 not compiling on Fedora Core 2

purserj@ksit.dynalias.com purserj@ksit.dynalias.com
Sat, 19 Feb 2005 10:59:56 +1100


This is a multi-part message in MIME format.

--bound1108771136
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

The solution I found was to create an instance of the HttpRuntime and then call the
function from the new instance.

ie:

instead of HttpRuntime.UnloadServer();

HttpRuntime htrt = new HttpRuntime();
htrt.UnloadServer();

James Purser

--bound1108771136--