[palm Eye] resolves an error that Castle.activerecord httpcontext.current invalid in an ASP. NET or WCF Environment

Source: Internet
Author: User
Tags httpcontext

AR setup to specify Threadinfotype, unspecified, the preset value is used Webthreadscopeinfo, is to use HttpContext.Current.Items to store sesionscope, so encounter with the UI is not related to the threading, No httpcontext.current program is hanging.

Solution One:

1. Check "Web. config"

<activerecord isweb= "true" isdebug= "false" >

<config>
... ...
</config>

</activeRecord>

2, ActiveRecord load Configuration code modified to:

var Source = configurationmanager.getsection ("ActiveRecord") as Inplaceconfigurationsource;

Source. Threadscopeinfoimplementation = typeof (Castle.ActiveRecord.Framework.Scopes.HybridWebThreadScopeInfo);

activerecordstarter.initialize (assemblies, source);

Solution Two:

1, modify the Web. config, note the blue section:

<activerecord isweb= "true" isdebug= "true" threadinfotype= " Castle.ActiveRecord.Framework.Scopes.HybridWebThreadScopeInfo, Castle.activerecord ">
<config>
... ...
</config>
</activerecord>

Solution Three:

1. In the Web. config add:

<system.serviceModel>

<servicehostingenvironment aspnetcompatibilityenabled= "true"/>

</system.serviceModel>

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.