在asp.net网站上获得定期错误:为fluorfx / settings创建配置节处理程序时出错

时间:2015-04-27 19:51:18

标签: c# fluorinefx

我在我的asp.net网络应用程序中定期收到以下错误,该应用程序使用fluorfx作为flex和sql server 2008数据库之间的通信器: 我正在使用Flex 4.6,Fluorinefx运行时版本2.0.50727; .net framework 4.0

Exception information: 
    Exception type: ConfigurationErrorsException 
    Exception message: An error occurred creating the configuration section handler for fluorinefx/settings: Could not find file 'C:\Windows\TEMP\5lggbw23.dll'. (C:\inetpub\wwwroot\Prop84\web.config line 29)
   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
   at System.Configuration.ConfigurationManager.GetSection(String sectionName)
   at FluorineFx.Configuration.FluorineConfiguration.get_Instance()
   at FluorineFx.FluorineGateway.Init(HttpApplication application)
   at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
   at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
   at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
   at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)

是否有导致此错误的原因?它似乎无法找到文件'C:\ Windows \ TEMP \ 5lggbw23.dll'?

令人沮丧的是,错误似乎来了又发生了

0 个答案:

没有答案