Could not load type 'Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackageSigning100' from assembly 'Microsoft.SqlServer.DTSRuntimeWrap, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
-
Tuesday, April 12, 2011 1:50 AM
WE have SQL Server 2008 64 bit. We were having issues with attaching database files created in 2008 R2 (Express) and research showed that to resolve this we should also have ExpressR2 installed - which we dutifully did. (I have since found a better way to handle old databases so no longer need R2 Express). Anyway now whenever I want to Edit a Plan (BackUPs etc) I get the following error : Could not load type 'Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackageSigning100' from assembly 'Microsoft.SqlServer.DTSRuntimeWrap, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
If I try to create a new plan I ge: Key cannot be null. Parameter name Key: (mscorlib)
I have yet to uninstall 2008 Express R2 - so far from what I have read it hasn't worked. Can any one PLEASE help me
All Replies
-
Tuesday, April 12, 2011 3:54 AMModerator
do you have another sql server installed other than 2008R2 Express? for example do you have 2008 enterprise or standard?
if yes, try to remove 2008R2 express and try with 2008.
http://www.rad.pasfu.com -
Tuesday, April 12, 2011 10:26 PMModerator
It seems that your problem is version compatibility. You do realize that you're asking an older version of SQL (2008) to manipulate data from a newer version of SQL (2008R2)?
You can't do that.

Talk to me now on

- Marked As Answer by Tony ChainModerator Wednesday, April 20, 2011 8:11 AM
-
Wednesday, April 13, 2011 4:27 PM
Is your problem being fixed?
-
Wednesday, April 27, 2011 10:10 PM
Is your problem being fixed?
I'm still having that problem
I'm using VS 2008 Prof Ed. The SQL Server version is 2005, and I have SSMS 08 locally. But does that affect that? before, it was working perfectly fine
-
Thursday, April 28, 2011 4:29 PMModerator
-
Wednesday, January 18, 2012 10:00 AM
This is a "Signing" error message, i found a tips that solve this bug.
See this thread : http://social.msdn.microsoft.com/Forums/en/sqlintegrationservices/thread/5383a1e2-3f28-4de4-8ffb-586534bcb3fa
Anyway why this error is not handled by a simple message box like this one ?
"This package was not created on this computer, to use it you must uncheck the digital signature option.
Tools > Options > Business Intelligence Designers > Integration Services Designers > General > Check digital signature when loading a package"
- Edited by Karansadjet Wednesday, January 18, 2012 10:01 AM
-
Thursday, May 17, 2012 11:33 AM
Awesome trickThis is a "Signing" error message, i found a tips that solve this bug.
See this thread : http://social.msdn.microsoft.com/Forums/en/sqlintegrationservices/thread/5383a1e2-3f28-4de4-8ffb-586534bcb3fa
Anyway why this error is not handled by a simple message box like this one ?
"This package was not created on this computer, to use it you must uncheck the digital signature option.
Tools > Options > Business Intelligence Designers > Integration Services Designers > General > Check digital signature when loading a package"

