cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
SteffenM
Level 3

ISLE 2013 does not recognize the project output of a SQL Server database project

Am I doing something wrong, or is this a limitation of the limited edition?
Thanks
0 Kudos
(6) Replies
NameTooShort
Level 7 Flexeran
Level 7 Flexeran

Hi,

If the database project is in the same solution, ISLE should be able to see the output when you try to add it.
0 Kudos
SteffenM
Level 3

Thanks,
for sure, it is one solution.
0 Kudos
NameTooShort
Level 7 Flexeran
Level 7 Flexeran

If you go to Project Assistant > Application File and select the Add Project Outputs option, do you see your database output?
0 Kudos
SteffenM
Level 3

I can select Primaray output (and other output categories), but when trying to build this error shows up
ISEXP : error : -6221: Could not resolve Visual Studio .NET project output "Database3.Primary Output" from component Database3.Primary_Output
0 Kudos
NameTooShort
Level 7 Flexeran
Level 7 Flexeran

Try building the database project first before the setup.
0 Kudos
SteffenM
Level 3

1st run - DB only
------ Build started: Project: Database3, Configuration: Release Any CPU ------
Database3 -> D:\Kern\Test\Database3\Database3\bin\Release\Database3.dll
Database3 -> D:\Kern\Test\Database3\Database3\bin\Release\Database3.dacpac
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========

2nd run - with setup
------ Build started: Project: Setup1, Configuration: SingleImage ------
Created release folders
AdminExecuteSequence table successfully built
AdminUISequence table successfully built
AdvtExecuteSequence table successfully built
AdvtUISequence table successfully built
InstallExecuteSequence table successfully built
InstallUISequence table successfully built
Directory table successfully built
Feature table successfully built
FeatureComponents table successfully built
Component table successfully built
Loading File table
ISEXP : error : -6221: Could not resolve Visual Studio .NET project output "Database3.Primary Output" from component Database3.Primary_Output
Building File table
File table successfully built
Class table successfully built
Extension table successfully built
ActionText table successfully built
AppSearch table successfully built
CCPSearch table successfully built
Condition table successfully built
AppId table successfully built
Started signing 7BE8.tmp ...
Property table successfully built
Binary table successfully built
CompLocator table successfully built
ControlCondition table successfully built
ControlEvent table successfully built
CreateFolder table successfully built
CustomAction table successfully built
Error table successfully built
DrLocator table successfully built
DuplicateFile table successfully built
Environment table successfully built
EventMapping table successfully built
Font table successfully built
ProgId table successfully built
ISIISItem table successfully built
ISIISProperty table successfully built
ISSelfReg table successfully built
IniFile table successfully built
IniLocator table successfully built
LaunchCondition table successfully built
MIME table successfully built
MoveFile table successfully built
MsiAssembly table successfully built
MsiAssemblyName table successfully built
MsiDigitalCertificate table successfully built
MsiDigitalSignature table successfully built
MsiPackageCertificate table successfully built
MsiPatchCertificate table successfully built
MsiShortcutProperty table successfully built
PatchPackage table successfully built
PublishComponent table successfully built
RegLocator table successfully built
Registry table successfully built
RemoveFile table successfully built
RemoveIniFile table successfully built
RemoveRegistry table successfully built
ReserveCost table successfully built
SelfReg table successfully built
ServiceControl table successfully built
ServiceInstall table successfully built
Shortcut table successfully built
Signature table successfully built
TextStyle table successfully built
TypeLib table successfully built
UIText table successfully built
Upgrade table successfully built
Verb table successfully built
_Validation table successfully built
Searching project for extract-at-build components...
Validating Custom Action sequencing
Embedding manifest SetupExe.Invoker.manifest into setup.exe
Dialog AdminChangeFolder for language English (United States) built
Dialog AdminNetworkLocation for language English (United States) built
Dialog AdminWelcome for language English (United States) built
Dialog CancelSetup for language English (United States) built
Dialog CustomSetup for language English (United States) built
Dialog CustomSetupTips for language English (United States) built
Dialog CustomerInformation for language English (United States) built
Dialog DatabaseFolder for language English (United States) built
Dialog DestinationFolder for language English (United States) built
Dialog DiskSpaceRequirements for language English (United States) built
Dialog FilesInUse for language English (United States) built
Dialog InstallChangeFolder for language English (United States) built
Dialog InstallWelcome for language English (United States) built
Dialog LicenseAgreement for language English (United States) built
Dialog MaintenanceType for language English (United States) built
Dialog MaintenanceWelcome for language English (United States) built
Dialog MsiRMFilesInUse for language English (United States) built
Dialog OutOfSpace for language English (United States) built
Dialog PatchWelcome for language English (United States) built
Dialog ReadmeInformation for language English (United States) built
Dialog ReadyToInstall for language English (United States) built
Dialog ReadyToRemove for language English (United States) built
Dialog SetupCompleteError for language English (United States) built
Dialog SetupCompleteSuccess for language English (United States) built
Dialog SetupError for language English (United States) built
Dialog SetupInitialization for language English (United States) built
Dialog SetupInterrupted for language English (United States) built
Dialog SetupProgress for language English (United States) built
Dialog SetupResume for language English (United States) built
Dialog SetupType for language English (United States) built
Dialog SplashBitmap for language English (United States) built
Resolving strings...
Language English (United States) built
ISEXP : warning : -1527: No files are included in the project.
Media table successfully built
Setup.exe created
Automatic update notification disabled
Express\SingleImage - 1 error(s), 1 warning(s)
Log file has been created:

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
0 Kudos