Когда я пытаюсь пересобрать проект установки, я получаю сообщение об ошибке: could not find file
. Я подтвердил, что моя целевая версия верна и указывает на sql сервер 2016 (указывал на sql сервер 2019), перестроил решение и все остальное и все еще получаю это. Я использую Microsoft Visual Studio Enterprise 2019 версии 16.4.5
------ Rebuild All started: Project: Integration Services Project2 (SQL Server 2016), Configuration: Development ------
Build started: SQL Server Integration Services project: Full ...
Starting project consistency check ...
Project consistency check completed. The project is consistent.
File 'C:\Users\Keith\source\repos\Integration Services Project2\obj\Development\Integration Services Project2.dtproj' get updated.
File 'C:\Users\Keith\source\repos\Integration Services Project2\obj\Development\Project.params' get updated.
File 'C:\Users\Keith\source\repos\Integration Services Project2\obj\Development\Package.dtsx' get updated.
Applied active configuration to 'Project.params'.
Applied active configuration to 'Package.dtsx'.
Integration Services Project2 -> C:\Users\Keith\source\repos\Integration Services Project2\bin\Development\Integration Services Project2.ispac
Build complete -- 0 errors, 0 warnings
------ Starting pre-build validation for project 'dataimport' ------
------ Starting pre-build validation for project 'dataimport' ------
------ Pre-build validation for project 'dataimport' completed ------
------ Pre-build validation for project 'dataimport' completed ------
------ Rebuild All started: Project: dataimport, Configuration: Release ------
------ Rebuild All started: Project: dataimport, Configuration: Release ------
Building file 'C:\Users\Keith\source\repos\dataimport\Release\dataimport.msi'...
Building file 'C:\Users\Keith\source\repos\dataimport\Release\dataimport.msi'...
ERROR: Could not find file 'C:\Users\Keith\source\repos\Integration Services Project2\bin\Package.dtsx' 'The system cannot find the file specified.'
ERROR: Could not find file 'C:\Users\Keith\source\repos\Integration Services Project2\bin\Package.dtsx' 'The system cannot find the file specified.'
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========
Я искал, но не нашел ничего по этому поводу.
Спасибо, Кит