我在使用 fluorinefx 作为 flex 和 sql server 2008 数据库之间的通信器的 asp.net Web 应用程序上定期收到以下错误:我使用的是 Flex 4.6,Fluorinefx 运行时版本 2.0.50727;.net 框架 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”?
令人沮丧的是,错误似乎来来去去