Visual Studio bug - Error writing the project file. Class not registered
I have 开发者_开发知识库just upgraded from Visual Web Developer Express 2008 to Visual Web Developer Express 2010. However, I can't use it. When I try to create a new project I get a small dialog box that says:
Error writing the project file. Class not registered.
(source: yart.com.au)I have tried reinstalling and repairing the product to no avail.
The problem was MSXML6 was corrupt.
The answer is here:
http://www.ferolen.com/blog/error-install-ms-sql-server-express-in-windows-xp-sp3-msxml6-sp2/
But then I couldn't uninstall MSXML6 which led me to here:
http://www.thewindowsclub.com/microsoft-retires-windows-installer-cleanup-utility and this download page
Then I reinstalled MSXML6 from http://www.microsoft.com/downloads/details.aspx?familyid=d21c292c-368b-4ce1-9dab-3e9827b70604&displaylang=en#filelist
and it worked.
Please go through the below site to know about ""Error writing the project file. class not register'"
http://technicalinformations.blogspot.in/2012/12/error-writing-project-file-class-not.html
FYI, after installing MSXML6 and still error happens. type this in Run Box.
regsvr32 msxml6.dll
精彩评论