0

I tried find and use a open source framework for start BI project with TDD .

I choose SSISUNIT for step one. ssisUnit is a unit testing framework for SQL Server Integration Services. It is loosely based on the xUnit family of unit testing frameworks, but is tailored to better support the SSIS environment.

Download SSISUNIT project and run solution 2017 in VS. But I've error when sln open.

Problem :

enter image description here

enter image description here

enter image description here

I tried :

  • Install the latest version of SSDT recommendation (in this question) I have SQL Server Integration Services Project, Microsoft reporting service project, Microsoft analysis service project

enter image description here

  • Read same question but not worked for me in vs 2019.
  • I tried changed the Project platform to x86,x64 and AnyCPU.

We use SQL-SERVER 2019 SSIS SSAS(MDX), Visual Studio 2019, Power BI

Amirhossein
  • 1,148
  • 3
  • 15
  • 34

1 Answers1

1

You'll need to remove or unload that project from the solution. Microsoft deprecated support for the setup projects.

John Welch
  • 46
  • 2
  • Thanks Mr.Welch , Compatibility problem is solve, but I can't run well, and have 49new error about *missing assembly reference* , I tried Colne git repository and not worked. do you have new version of project in .Net framework 4 or above ? I feel that the problem is with .Net version 2, which has expired. Am I going the wrong way at all? I got confused. – Amirhossein Jan 06 '21 at 14:02