Categories
SQL Server Visual Studio

Creating SSIS Package Error

Error
Failed to save package file “C:\TEMP\tmp18D.tmp” with error 0x8002802B “Element not found”. Turns out that this is due to MSXML6 not being registered.

Solution
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