In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article is to share with you about how to run VS2003 better. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
There may be many reasons for errors in running VS2003, but when you encounter errors, you can first check the strings in your program and give it a try. Maybe he caused the problem.
Running VS2003 thought it was an old problem at first, and adjusted it according to the old way. Right-click the website in the IIS manager, → directory security, → authentication, → "integrated authentication". After the change, it was found that it still failed. * try other methods, add permissions and modify the FrontPage service extension, but all the common methods mentioned on the Internet can't be done. * found that at compile time, there is a sentence in the output bar of VS that the process "[3664] w3wp.exe" automatically attached to the computer "9LD9TY0AKKIETZX" failed. The error code is 0x8013134b. So I checked again and found the root cause of the disease. It turned out that not only VS2003 but also VS2005 were installed on my machine, and IIS used the ASP.NET2.0 version by default.
So just go to the IIS- > website-> right-click Properties-> ASP.NET- > drop-down list box and select the version 1.1 above to OK. So I went to IIS to change it. Only to find that there is only one ASP.NET v2.0.50727 in me, and even there is only one ASP.NET v2.0.50727 Web service extension in the Web service extension.
Fortunately, the blind cat ran into a dead mouse, tried to find the Microsoft Visual Studio .NET 2003-> Visual Studio .NET tools-> Visual Studio .NET 2003 command prompt in the start menu, ran "aspnet_regiis / I" in the open window, re-registered it, and then went to the Web service extension in IIS to see that in addition to the original ASP.NET v2.0.50727, there was finally another ASP.NET v1.14322 that was set to allow.
Then adjust the ASP.NET option in the properties of the website, and find that there is already an ASP.NET version: 1.1.4322. Select the post-point to determine and then run the compilation, OK, and it is done.
Alas, this stupid thing of Microsoft is either defective or defective. The real TM doesn't make people worry. Several versions of VS2005 are installed. As a result, when the program is running, it cannot start debugging. The error is "the binding handle is invalid."
After querying the information on the Internet, the solutions are as follows:
1-1: in the DEBUG option in the properties of the application, remove the check before Enable the Visual Studio hosting process or 1-2: start the Terminal Services service analysis: remember that the DEBUG folder of VS2005 has more applications with a total extension of vshost than VS2003, which should be related to some remote service.
Terminal Service describes it like this: "allow multiple users to connect and control a machine and display desktops and applications on remote computers. This is the infrastructure for remote desktops (including administrators' remote desktops), rapid user conversion, remote assistance, and terminal servers." From this we can see that VS2005 is really ".net"!
In Project-Properties, on the Debug tab, check the enable unmanaged code debugging (U) item. When upgrading a VS2003 project to 05:00, there may also be a prompt that the binding handle is invalid, which can be solved with this method.
Analysis: the method of running VS2003 should be related to security code. Net, especially ASP.NET, has relatively strict restrictions on unsafe. VS2005 seems to be all unmanaged by default, and the direction trend of Microsoft can be seen from now on.
Thank you for reading! This is the end of the article on "how to run VS2003 better". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.