Merge pull request #3563 from lewurm/interpreter
[mono.git] / mcs / class / System.Web / System.Web.Hosting / IISAPIRuntime.cs
index fc69298fe0822c91f1f56cad5ecf1b7583d06d20..646b2cb34c52a4e21e5f20d9cfcdde5cc8f898d7 100644 (file)
@@ -33,8 +33,10 @@ using System.Runtime.InteropServices;
 
 namespace System.Web.Hosting
 {
-       [Guid ("c4918956-485b-3503-bd10-9083e3f6b66c")]
+       //[Guid ("c4918956-485b-3503-bd10-9083e3f6b66c")] -> 1.1 pre service pack
+       [Guid ("08A2C56F-7C16-41C1-A8BE-432917A1A2D1")]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
+       [ComImportAttribute]
        public interface IISAPIRuntime
        {
                void DoGCCollect ();