Visual Studion 2005 Integration Services Project
I'm getting this error while using Visual Studio 2005.
Impossible to create a new project "Integration Services Project" without a failure (from the project type Business Intelligence Projects.)
I get the following message :
Failed to save package file "C:\TEMP\tmp18D.tmp" with error 0x8002802B "Element not found"
Any ideas?
Answers
Perfect...I had the same issue. This was fixed on registering the MSXML6.0. Even though, it did not explicity said anything about that, I tried to register and it worked.
To register MSXML 6.0.
1. From the Start menu, click Run.
2. Enter the following command:. regsvr32 %windir%\system32\msxml6.dll.
3. Click OK. ...
Thanks for responding Figo, I managed to fix the problem by registering MSMXL 6
All Replies
Hi Andy
Could you give the detail steps of your operation?
By the way, have you applied the sp1 for VS2005 yet?
Thanks
Thanks for responding Figo, I managed to fix the problem by registering MSMXL 6
Perfect...I had the same issue. This was fixed on registering the MSXML6.0. Even though, it did not explicity said anything about that, I tried to register and it worked.
To register MSXML 6.0.
1. From the Start menu, click Run.
2. Enter the following command:. regsvr32 %windir%\system32\msxml6.dll.
3. Click OK. ...
Worked like a charm. Should have checked here first before troubleshooting. Could have saved 20 minutes.- only getting this same error when going to create a new SSIS Package. Already have an SSIS project with a DS and DSV set up.
registering msxml6.dll doesn't fix the problem.
TITLE: Microsoft Visual Studio
------------------------------Error creating package
------------------------------
ADDITIONAL INFORMATION:Failed to save package file "C:\Documents and Settings\user\Local Settings\Temp\tmp123B.tmp" with error 0x8002802B "Element not found.".
- turns out that after several minutes, the regsvr32 returns a failure popup box. Likely my problem remains that the dll is unregistered, but I cannot register msxml6.dll. I uninstalled the XML 6.0 parser and reinstalled after downloading it from http://www.microsoft.com/downloads/details.aspx?FamilyID=993c0bcf-3bcf-4009-be21-27e85e1857b1&displaylang=en
I'm still getting LoadLibrary("msxml6.dll") failed. popup window. - sigh.
newly-installed msmxl6.dll still won't register, but a reboot later, and now I can create an SSIS Package successfully. Not sure what fixed it... - thanks all. this thread saved my bacon!
http://jamiethomson.spaces.live.com/ | http://blogs.conchango.com/jamiethomson - Awesome, did the job..
thank you

