October 20, 2008 at 10:53 pm
Hi All
I am currently having a problem opening an existing SSIS project I have been working on for the last few weeks. I am using Visual Studio Team Suite 2005 SP1/SQL Server 2005 SP2 on Vista Enterprise SP1.
The error I get is:
TITLE: Microsoft Visual Studio
------------------------------
There were errors while the package was being loaded.
The package might be corrupted.
See the Error List for details.
Error loading BUAR_Extract_Belise.dstx: Unable to instantiate XML DOM document, please verify that MSXML binaries are properly installed and registered.
I have also tried creating a new SSIS project to verify if my project is indeed corrupt. This gives the error:
- Failed to save package file "C:\Users...." with error 0x80040155 "Interface not registered"
I have searched the Web and found the solution to re-register MSXML3/MSXML6 but this has not worked although the messagebox says it was successful.
I have just finished uninstalling/re-installing SQL Server 2005/VSTS 2005 and the problem is still persisting.
Can anyone please shed some light on this for me.
Thanks,
Troy
June 3, 2009 at 3:15 am
Hii You must registered folloving two dll
regsvr32 msxml3.dll
regsvr32 msxml6.dll
August 3, 2009 at 4:20 pm
Hi,
I have been getting the same error for a while now. I expect it may have had something to do with a windows update that was rolled out by our support people ( I am on a corporate PC)
Running the regsvr commands seem to help.
January 6, 2011 at 12:04 pm
This also fixed the same problem when trying to load SSIS packages in Integration Services in Visual Studio 2008.
Thank you for your suggestion!!
February 10, 2011 at 12:35 pm
Add/Remove programs and repair
September 12, 2011 at 9:04 am
Running these commands solved my problem
regsvr32 msxml3.dll
regvr32 msxml6.dll:-)
February 17, 2012 at 11:17 am
Thank You very much...
Running these commands solved my problem... :w00t:
regsvr32 msxml3.dll
regvr32 msxml6.dll
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply