Source File: C: \ winnt \ microsoft.net \ framework \ v1.1.4322 \ config \ machine. config

Source: Internet
Author: User
Source File: C: \ winnt \ microsoft.net \ framework \ v1.1.4322 \ config \ machine. config 2007-11-25 20:59
Error message:

An error occurred while processing the configuration file required to provide services to the request. Check the following error details and modify the configuration file as appropriate.

Row 196: <add Assembly = "system. enterpriseservices, version = 1.0.5000.0, culture = neutral, publickeytoken = b03f5f7f11d50a3a"/>
Line 197: <add Assembly = "system. Web. Mobile, version = 1.0.5000.0, culture = neutral, publickeytoken = b03f5f7f11d50a3a"/>
Row 198: <add Assembly = "*"/>
Row 199: </assemblies>
Row 200: </compilation>

Source File: C: \ winnt \ microsoft.net \ framework \ v1.1.4322 \ config \ machine. config. Row: 198

Assembly loading tracking: The following information helps determine why the assembly "cecerp. ie. Libraries. Controls. searchwindow" cannot be loaded.

This error means you can take a few minutes to chat with your colleagues. After a few minutes, you can try again. There is no good way to check the information on the Internet. It is true that I have to go to a cup of tea, eat a loaf of bread, and try again! When I was working on a project today, I encountered this error again, so I found some answers at csdn, finally, I understand what is going on. Windows Index Service locks the access permission to the temporary files when indexing the temporary directories of Asp.net. Therefore, an error is reported!

There are two solutions: either disable the index service or configure the temporary directory of Asp.net as not indexed. The configuration method is as follows:

-------
To configure the temporary directory of Asp.net not affected by the Indexing Service, follow these steps:

1. Start-management tools-Computer Management (similar to other operating systems in win2003)
2. Expand the "service and application" node in the left-side tree of Computer Management, then expand the "Index Service" node under it, and then expand the "System" node under it, expand the "directory" node under it.
3. On the right of Computer Management, we can see the configured index service directory.
4. Right-click the "directory" node and choose "New"> "directory"
5. In the "add directory" dialog box, enter the temporary file directory of Asp.net in the input box. The default value is:
C: \ <Windows> \ microsoft. Net \ framework \ <version number> \ temporary ASP. NET Files directory.
<Version number> indicates the. NET version to be processed.
6. Is it included in the index ?" Select "no"
7. Click OK.
8. Right-click the "Index Service" node and restart the Index Service.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.