Vs.net when the IDE starts the application cannot start. Solution

Source: Internet
Author: User
application| resolves Visual Studio. NET Startup "The application cannot start." The solution

The General IDE does not start for the following two reasons:
1. Cannot load Msxml3.dll
2. Cannot load Mso.dll

* Cannot load Msxml3.dll

This kind of problem I believe most, should be unable to create the Msxml2.domdocument object caused by,
You can use the following code to test your system:
Set x = CreateObject ("Msxml2.domdocument")


Also, MSXML 4 cannot be resolved because MSXML 4 is installed by the side by side, and reinstalling component Update or IE6 cannot be resolved.


For this, the solution is:

Get ready:
Msxml3.exe, if there's a system32\msxml3.dll, it's not necessary.
Xmlinst.exe can be downloaded to MS

Run the following command
1.xmlinst-u
2.regsvr32 Msxml.dll
3.regsvr32 Msxml2.dll
4.regsvr32 Msxml3.dll
5.xmlinst
6.regsvr32 Msxml4.dll if there's Msxml4.dll.


* Cannot load Mso.dll

. Determine that the Microsoft Office XP Beta release is not running
. Run the repair installation of Office XP once again
. Determine if the following registry entries are correct
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.0\Path] "MSO" = "C:\Program files\common Files\Microsoft Shared\office10\mso. DLL "




Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.