I am new to SSIS am attempting to build out an SSIS package but when I go to save my work, it throws the below error.
=================================== Failure saving package. (Microsoft Visual Studio) ------------------------------ Program Location: at Microsoft.DataTransformationServices.Design.Serialization.DtrDesignerSerializer.SerializePackage(IDesignerSerializationManager manager, Package package, TextWriter textWriter) at Microsoft.DataTransformationServices.Design.Serialization.DtrDesignerSerializer.SerializeComponent(IDesignerSerializationManager manager, IComponent component, Object serializationStream) at Microsoft.DataWarehouse.Serialization.DesignerComponentSerializer.Serialize(IDesignerSerializationManager manager, Object value) at Microsoft.DataWarehouse.VsIntegration.Designer.Serialization.DataWarehouseDesignerLoader.Serialize() at Microsoft.DataWarehouse.VsIntegration.Designer.Serialization.BaseDesignerLoader.Flush(Boolean forceful) at Microsoft.DataWarehouse.VsIntegration.Designer.Serialization.BaseDesignerLoader.Flush() at Microsoft.DataWarehouse.VsIntegration.Designer.Serialization.DataWarehouseContainerManager.OnBeforeSave(UInt32 docCookie) =================================== Failed to save Data Flow objects. (Data Flow Task) ------------------------------ Program Location: at Microsoft.SqlServer.Dts.Runtime.Package.SaveToXML(String& packageXml, IDTSEvents events) at Microsoft.DataTransformationServices.Design.Serialization.DtrDesignerSerializer.SerializePackage(IDesignerSerializationManager manager, Package package, TextWriter textWriter)
I have searched for any other postings on this issue with no luck. I have found several other similar issues that went from uninstalling Sql Server, uninstalling Visual Studio, etc with no luck and those other issues were never marked as resolved.
I am running Sql Server 2012 SP1 Developer Edition on a Windows 7 Home Premium x64 laptop. Neither Sql Server Data Tools 2010 nor 2012 work and both throw the same error.
I have done a full install of Sql Server 2012 with all options, with limited options, etc with no effect. I even went as far as to a complete rebuild as I had older versions of the db and visual studio clogging up my registery. Nope. Still didn't work.
I assume I am missing a library but since it appears to be IDE related, not sure next steps. At worse, I wonder if it's OS related (I have the same setup on my work laptop which is running Windows 7 Pro and it works fine. :/) Or it could be some service that isn't turned on.
Thanks ahead of time for the help.
AS