ASP.NET – IIS7 – IBM DB2问题
发布时间:2020-05-24 21:26:14 所属栏目:asp.Net 来源:互联网
导读:我在一个调用DB2数据库的ASP.NET网站上工作.我将Visual Studio安装在 Windows 2008服务器上,该站点将被托管.当我在Visual Studio中调试站点时,使用集成的Web服务器,我可以连接到数据库,站点运行正常.当我将IIS7中的站点设置在同一个服务器上时,由于出现以下错
|
我在一个调用DB2数据库的ASP.NET网站上工作.我将Visual Studio安装在 Windows 2008服务器上,该站点将被托管.当我在Visual Studio中调试站点时,使用集成的Web服务器,我可以连接到数据库,站点运行正常.当我将IIS7中的站点设置在同一个服务器上时,由于出现以下错误,我无法访问站点或数据库. 以下是技术细节: Windows 2008 Server IIS 7 Visual Studio 2010 Premium DB2 v9.5.301.436 Could not load file or assembly 'IBM.Data.DB2' or one of its dependencies. An attempt was made to load a program with an incorrect format. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.BadImageFormatException: Could not load file or assembly 'IBM.Data.DB2' or one of its dependencies. An attempt was made to load a program with an incorrect format. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Assembly Load Trace: The following information can be helpful to determine why the assembly 'IBM.Data.DB2' could not be loaded. WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging,set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off,remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog]. Stack Trace: [BadImageFormatException: Could not load file or assembly 'IBM.Data.DB2' or one of its dependencies. An attempt was made to load a program with an incorrect format.] System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName,String codeBase,Evidence assemblySecurity,RuntimeAssembly locationHint,StackCrawlMark& stackMark,Boolean throwOnFileNotFound,Boolean forIntrospection,Boolean suppressSecurityChecks) +0 System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef,Boolean suppressSecurityChecks) +567 System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString,Boolean forIntrospection) +192 System.Reflection.Assembly.Load(String assemblyString) +35 System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName,Boolean starDirective) +118 [ConfigurationErrorsException: Could not load file or assembly 'IBM.Data.DB2' or one of its dependencies. An attempt was made to load a program with an incorrect format.] System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName,Boolean starDirective) +11424435 System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +484 System.Web.Configuration.AssemblyInfo.get_AssemblyInternal() +127 System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +334 System.Web.Compilation.BuildManager.CallPreStartInitMethods() +280 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager,IApplicationHost appHost,IConfigMapPathFactory configMapPathFactory,HostingEnvironmentParameters hostingParameters,PolicyLevel policyLevel,Exception appDomainCreationException) +1167 [HttpException (0x80004005): Could not load file or assembly 'IBM.Data.DB2' or one of its dependencies. An attempt was made to load a program with an incorrect format.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11556592 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +141 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr,HttpContext context) +4813333 我不明白网站如何使用Visual Studio Web服务器运行良好,而不能在IIS中运行.我不知道这是否是IIS问题,或者是我正在使用的IMB.Data.DB2.dll的版本.如果有任何人有解决方案或任何想法,他们将不胜感激. 谢谢. 解决方法要做这个工作,我不得不进入IIS管理器,点击应用程序池节点,点击应用程序池的网站,然后点击屏幕右侧的高级设置.然后我将启用32位应用程序更改为true.这解决了我的问题,网站运行正常. (编辑:安卓应用网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- asp.net-mvc – 使用AD的ASP.NET MVC表单Auth在本地工作但在
- 如何单元测试我的asp.net-mvc控制器的OnActionExecuting方法
- ASP.NET报告系统
- asp.net-mvc – 对HTTP POST请求的正确响应是什么?
- asp.net-mvc – 在ASP.NET MVC 3中等效的Flash
- .net – WebApi传输字节数组为空
- asp.net – ServerVariables [“HTTP_HOST”]和ServerVaria
- 各大输入法分类词库内部格式的简单比较
- 自定义ASP.NET容器控件
- asp.net-mvc-routing – 在MVC 6控制器中使用urlhelper生成
推荐文章
站长推荐
- asp.net-mvc-2 – 使用Html.LabelFor显示人类可读
- asp.net AJAX实现无刷新获得数据
- asp.net-mvc – 使用ViewData或不使用ViewData
- asp.net – 为什么在设置@Page masterPageFIle时
- 客户端认证通过X509证书在asp.net
- asp.net – 如何在CORS中解决’预检无效(重定向)
- asp.net-mvc-2 – 在MVC 2中使用自定义TextWrite
- asp.net – 抽象通用ODataController类导致“没有
- asp.net-mvc – 添加ELMAH并更改elmah.mvc.route
- asp.net – 如何从HTTP请求获取MAC地址?
热点阅读
