Develop ASP.NET-based systems, initially use R.A.D TreeView 2.5, often where controls cannot be loaded. Originally, it is the problem of the control itself, and then upgrade R.A.D TreeView to version 3.0 or can not be resolved. Going to the official website of Terelik to see F.a.q, nor did this issue.
Later, it was found that when the control could not be loaded, as long as the RESTART system, or wait for a while to recompilate the executive, the control was unable to load. Is it a problem with Framework? I am afraid that we have been programming too tired, let us take a break in the middle? depressed.......
Today, I found out that the following article was found, after I did it, the problem solved ~ Ha
PRB: Access Denied Error WHEN You Make Code Modifications with INDEX Services Running http://support.microsoft.com/default.aspx?scid=kb;n-us; 329065
CAUSEIf you run Index Server (Cisvc.exe), then Index Server may rescan the Temporary ASP.NET Files directory while it requests a Microsoft ASP.NET page. Cisvc.exe then holds a lock on the Temporary ASP.NET Files directory for one to five minutes. The length of time of the lock depends on the size of the directory that causes the Aspnet_wp.exeprocess (or W3wp.exe process for applications that run on Microsoft Internet Information Services [IIS] 6.0) to not load the particular DLL .
Resolutionif You Do Not Use Index Server On The Server, You Can Disable It. To do so, follow these steps:
Click Start, and then click Services. Locate Indexing Service from the list of services, and then click Indexing Service Properties from the subform. On the General tab of the Indexing Service Properties dialog box, in the Startup type drop-down item list, click Disabled. Click OK.
IF you use index server, you can exclude the Temporary ASP.NET Files Directory from the folders That The index server scans. To do so, follow these steps:
Click Start, point to All Programs, point to Administrative Tools, and then click Computer Management. Expand the Services and Applications node, expand the Indexing Service node, and then expand the System node. Right-click the Directories folder, point to New, and then click Directory from the subform to open the Add Directory dialog box Click Browse, and then locate the Temporary ASP.NET Files directory You typically find the Temporary ASP.NET files in the following path:.. c: //Microsoft.NET / Framework /
/ Temporary ASP.NET FILES
Note
Is The Version of .NET Framework Installed On your Computer.
Click No Under The Include in Index? Option Buttons. Close The Computer Management Dialog Box. Restart The Indexing Services Service.
MORE INFORMATIONOther software that is designed to scan directories at regular intervals may lock the files that are located in the Temporary ASP.NET Files directory in a manner that is similar to how the Indexing Service locks the files. Examples of such software include virus scanners and Backup Software. Microsoft Recommends That You See The Manufacturers' Manuals for the Individual Software for Information About How To Disable or To Exclude The Temporary ASP.NET FILES from these Services.
It turned out to be the failure caused by the index service ~~