0 Comments

 

I create a new VMWare development image and got the following error:

Error loading TestPackage.dtsx: The component metadata for "component "SRC_TestTable" (1)" could not be upgraded to the newer version of the component. The PerformUpgrade method failed.

 

When opening the SSIS 2005 package in Microsoft SQL Server Business Intelligence Development Studio 2005.

I solved the error by installing the latest Service Packs on the new development image.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts

Data flows and good DDD architecture in .NET Core and Entity Framework (EF)

      # Introduction From the blog post at https://medium.com/@jpdeffo/domain-driven-design-ddd-in-microservice-architecture-for-nutshell-19c7c579009a and code at https://github.com/Defcoq/DDD  I have learned how to architect a .NET Core project by using DDD principals. The main thing you will have to realize, when you come from a layered architecture, is that the logical flow of data, does not correspond with the project references in Visual Studio.              # Logical dataflow…