Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Error in asp.net: the solution to 0x8007000B

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article introduces the relevant knowledge of "errors in asp.net: solutions to 0x8007000B". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

When calling an unmanaged .dll file in Asp.net, an error message such as "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)" appears.

You probably know the error in the program of c # winform: 0x8007000B is due to the error caused by the native operating system is 64-bit and the called DLL is 32-bit, so you just need to change the connection pool setting of the website to support 32-bit programs to run.

1. Open IIS Manager, select "Application Link Pool" on the left, find the connection pool name of the debugging website, and then right-click "Advanced Settings".

2. In the pop-up "Advanced Settings" dialog box, set "enable 32-bit applications" to True, and then click OK below to solve the problem.

This is the end of the content of "asp.net error: the solution to 0x8007000B". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report