Microsoft  (R)  Visual  C#  .NET  编译器版本  7.10.3052.4  
用于  Microsoft  (R)  .NET  Framework  版本  1.1.4322  
版权所有  (C)  Microsoft  Corporation  2001-2002。保留所有权利。  
 
error  CS0016:  未能写入输出文件“c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary  ASP.NET  Files\huike.webservice\205d4ef7\4c400ce7\fgzv1np-.dll”--“拒绝访问。  ”  
 </pre  >  </code  >  
 
                                     </td  >  
                               </tr  >  
                         </table  >  
 
                         
 
 </div  >  
 <br  >  <div  class=  "expandable  "  onclick=  "OnToggleTOCLevel1()  "  level2ID=  "dynamicCodeDiv  "  >显示完整的编译源:  </div  >  
 <div  id=  "dynamicCodeDiv  "  style=  "display:  none;  "  >  
                         <br  >  <table  width=100%  bgcolor=  "#ffffcc  "  >  
                               <tr  >  
                                     <td  >  
                                             <code  >  <pre  >  
 
行  1:        //------------------------------------------------------------------------------  
行  2:        //  <autogenerated>  
行  3:        //          This  code  was  generated  by  a  tool.  
行  4:        //          Runtime  Version:  1.1.4322.573  
行  5:        //  
行  6:        //          Changes  to  this  file  may  cause  incorrect  behavior  and  will  be  lost  if    
行  7:        //          the  code  is  regenerated.  
行  8:        //  </autogenerated>  
行  9:        //------------------------------------------------------------------------------  
行  10:        
行  11:      namespace  ASP  {  
行  12:              using  System;  
行  13:              using  System.Collections;  
行  14:              using  System.Collections.Specialized;  
行  15:              using  System.Configuration;  
行  16:              using  System.Text;  
行  17:              using  System.Text.RegularExpressions;  
行  18:              using  System.Web;  
行  19:              using  System.Web.Caching;  
行  20:              using  System.Web.SessionState;  
行  21:              using  System.Web.Security;  
行  22:              using  System.Web.UI;  
行  23:              using  System.Web.UI.WebControls;  
行  24:              using  System.Web.UI.HtmlControls;  
行  25:                
行  26:                
行  27:              [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]  
行  28:              public  class  Global_asax  :  Huike.WebService.Global  {  
行  29:                        
行  30:                      private  static  bool  __initialized  =  false;  
行  31:                        
行  32:                      public  Global_asax()  {  
行  33:                              if  ((ASP.Global_asax.__initialized  ==  false))  {  
行  34:                                      ASP.Global_asax.__initialized  =  true;  
行  35:                              }  
行  36:                      }  
行  37:              }  
行  38:      }  
行  39:        </pre  >  </code  >  
 
                                     </td  >  
                               </tr  >  
                         </table  >  
 
                         
 
 </div  >  
 
 <script  language=  "JavaScript  "  >  
function  OnToggleTOCLevel1()  
{  
   var  elemSrc  =  window.event.srcElement;  
   var  elemLevel2  =  document.all(elemSrc.level2ID);  
 
   if  (elemLevel2.style.display  ==  'none')  
   {  
       elemLevel2.style.display  =  '';  
       if  (elemSrc.usesGlyph  ==  '1')  
           elemSrc.innerHTML  =  '6';  
   }  
   else  {  
       elemLevel2.style.display  =  'none';  
       if  (elemSrc.usesGlyph  ==  '1')  
           elemSrc.innerHTML  =  '4';  
   }  
}  
 </script  >  
                                             <br  >  <br  >  
 
                         <hr  width=100%  size=1  color=silver  >  
 
                         <b  >版本信息:  </b  > Microsoft  .NET  Framework  版本:1.1.4322.573;  ASP.NET  版本:1.1.4322.573  
 
                         </font  >  
 
         </body  >  
 </html  >  
 <!--    
[HttpCompileException]:  外部组件发生异常。  
     at  System.Web.Compilation.BaseCompiler.ThrowIfCompilerErrors(CompilerResults  results,  CodeDomProvider  codeProvider,  CodeCompileUnit  sourceData,  String  sourceFile,  String  sourceString)  
     at  System.Web.Compilation.BaseCompiler.GetCompiledType()  
     at  System.Web.UI.ApplicationFileParser.CompileIntoType()  
     at  System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation()  
[HttpException]:  外部组件发生异常。  
     at  System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean  fCreateIfNotFound)  
     at  System.Web.UI.TemplateParser.GetParserCacheItem()  
     at  System.Web.UI.ApplicationFileParser.GetCompiledApplicationType(String  inputFile,  HttpContext  context,  ApplicationFileParser&  parser)  
     at  System.Web.HttpApplicationFactory.CompileApplication(HttpContext  context)  
     at  System.Web.HttpApplicationFactory.Init(HttpContext  context)  
     at  System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext  context)  
     at  System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest  wr)  
--  >  
--.