Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ComputerMike
Starting Member
18 Posts |
Posted - 2010-07-04 : 14:53:58
|
When I try to create new package I get error 0x8002801D below. I am running Windows XP Pro version 2002 SP3. I just installed 180 evaluation copy of SQL Server 2008 from Microsoft training kit. I instlalled database and can query themI read something about regsrvr and regestering some dlls, but found regsrvr app in different location and could not get to run corectly.TITLE: Microsoft Visual Studio------------------------------Error creating package------------------------------ADDITIONAL INFORMATION:Failed to save package file "C:\Documents and Settings\Administrator.MIKE-69567873FA\Local Settings\Temp\tmp1068.tmp" with error 0x8002801D "Library not registered.".------------------------------Failed to save package file "C:\Documents and Settings\Administrator.MIKE-69567873FA\Local Settings\Temp\tmp1068.tmp" with error 0x8002801D "Library not registered.". |
|
ComputerMike
Starting Member
18 Posts |
Posted - 2010-07-05 : 15:29:38
|
need to run regsvr on following files (regsvr32 msxml3.dll" & regsvr32 msxml6.dll I ran command line, browsed to C:\Windows\System then pasted in "regsvr32 msxml3.dll" and then "regsvr32 msxml6.dll" Got message saying dll regestered. SSIS works fine |
|
|
|
|
|