asp.Net   发布时间:2022-04-07  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了ASP.NET – IIS7 – IBM DB2问题大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。
我在一个调用DB2数据库的ASP.NET网站上工作.我将Visual studio安装在 @L_696_0@ 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 [HKLM\Software\Microsoft\Fusion!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 [HKLM\Software\Microsoft\Fusion!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 – IIS7 – IBM DB2问题全部内容,希望文章能够帮你解决ASP.NET – IIS7 – IBM DB2问题所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。