Looks like you are still referencing WixBalExtensionExt.dll. Neil
-----Original Message----- From: dirt [mailto:d...@awoms.com] Sent: 25 September 2013 16:18 To: wix-users@lists.sourceforge.net Subject: [WiX-users] [SPAM] Error LGHT0094: Unresolved reference to symbol 'WixBootstrapperApplication:ManagedBootstrapperApplicationHost' in section 'Bundle:MyApp Bootstrapper' Hello, I am trying to create a custom Bootstrapper Application. I had it running this morning but after trying to implement the WiX Extended Bootstrapper Application (https://wixextba.codeplex.com/) I made too many changes at once and now I cannot build and cannot figure out why this error is being thrown. =====Project layout=====Bootstrapper <-- Bootstrapper project template--References:----BootstrapperCustom (Project)----Setup (Project)----WixBalExtensionExt----WixNetFxExtension----WixUIExtension----WixUtilExtensionBootstrapperCustom <-- Custom BootstrapperApplication (CustomBA : BootstrapperApplication)--References:----BootstrapperCore----Microsoft.Deployment.WindowsInstallerMyApp <-- Application to deploySetup <-- Setup project template for "MyApp"--References:----LicenseCheck (Custom Action)----MyApp (Project)----WixBalExtensionExt----WixUIExtension=====Bundle.wxs=====<?xml version="1.0" encoding="UTF-8"?><?include ..\Setup\Variables.wxi ?><Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"> <Bundle Name="$(var.ProductName) Bootstrapper" Version="$(var.BuildVersion)" UpgradeCode="$(var.GUID_BOOTSTRAPPER)" Manufacturer="$(var.Manufacturer)" Copyright="Copyright © 2013, $(var.Manufacturer)" IconSourceFile="../$(var.ProductName)/Resources/Images/favicon.ico" SplashScreenSourceFile="../$(var.ProductName)/Resources/Images/$(var.ProductName).bmp" Condition="((VersionNT >= v5.1) AND (ServicePackLevel >= 3)) OR ((VersionNT >= v5.2) AND (ServicePackLevel >= 2)) OR (VersionNT >= v6.0)">=====BUILD ERROR=====7>------ Rebuild All started: Project: Setup, Configuration: Debug x86 ------7> C:\Program Files (x86)\WiX Toolset v3.7\bin\Heat.exe dir ..\MyApp\bin\Debug\ -cg MyApp_Project -dr INSTALLLOCATION -scom -sreg -srd -gg -sfrag -out MyApp_Files.wxs7> C:\Program Files (x86)\WiX Toolset v3.7\bin\candle.exe -dDebug -d"DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\\" -d"SolutionDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\\" -dSolutionExt=.sln -dSolutionFileName=MyApp.sln -dSolutionName=MyApp -d"SolutionPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\MyApp.sln" -dConfiguration=Debug -dOutDir=bin\Debug\ -dPlatform=x86 -d"ProjectDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Setup\\" -dProjectExt=.wixproj -dProjectFileName=Setup.wixproj -dProjectName=Setup -d"ProjectPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Setup\Setup.wixproj" -d"TargetDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Setup\bin\Debug\\" -dTargetExt=.exe -dTargetFileName=MyApp.exe -dTargetName=MyApp -d"TargetPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Setup\bin\Debug\MyApp.exe" -dLicenseCheck.Configuration=Debug -d"LicenseCheck.FullConfiguration=Debug|x86" -dLicenseCheck.Platform=x86 -d"LicenseCheck.ProjectDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\LicenseCheck\\" -dLicenseCheck.ProjectExt=.csproj -dLicenseCheck.ProjectFileName=LicenseCheck.csproj -dLicenseCheck.ProjectName=LicenseCheck -d"LicenseCheck.ProjectPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\LicenseCheck\LicenseCheck.csproj" -d"LicenseCheck.TargetDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\LicenseCheck\bin\Debug\\" -dLicenseCheck.TargetExt=.dll -dLicenseCheck.TargetFileName=LicenseCheck.dll -dLicenseCheck.TargetName=LicenseCheck -d"LicenseCheck.TargetPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\LicenseCheck\bin\Debug\LicenseCheck.dll" -dMyApp.Configuration=Debug -d"MyApp.FullConfiguration=Debug|AnyCPU" -dMyApp.Platform=AnyCPU -d"MyApp.ProjectDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\MyApp\\" -dMyApp.ProjectExt=.csproj -dMyApp.ProjectFileName=MyApp.csproj -dMyApp.ProjectName=MyApp -d"MyApp.ProjectPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\MyApp\MyApp.csproj" -d"MyApp.TargetDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\MyApp\bin\Debug\\" -dMyApp.TargetExt=.exe -dMyApp.TargetFileName=MyApp.exe -dMyApp.TargetName=MyApp -d"MyApp.TargetPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\MyApp\bin\Debug\MyApp.exe" -out obj\Debug\ -arch x86 -ext ..\BootstrapperCustom\Dll\WixBalExtensionExt.dll -ext "C:\Program Files (x86)\WiX Toolset v3.7\bin\\WixUIExtension.dll" Components.wxs Directories.wxs LicenseCheckAction.wxs Product.wxs MyApp_Files.wxs Shortcuts.wxs UserInterface.wxs7> C:\Program Files (x86)\WiX Toolset v3.7\bin\Light.exe -out "C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Setup\bin\Debug\MyApp.exe" -pdbout "C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Setup\bin\Debug\MyApp.wixpdb" -ext ..\BootstrapperCustom\Dll\WixBalExtensionExt.dll -ext "C:\Program Files (x86)\WiX Toolset v3.7\bin\\WixUIExtension.dll" -contentsfile obj\Debug\Setup.wixproj.BindContentsFileList.txt -outputsfile obj\Debug\Setup.wixproj.BindOutputsFileList.txt -builtoutputsfile obj\Debug\Setup.wixproj.BindBuiltOutputsFileList.txt -wixprojectfile "C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Setup\Setup.wixproj" -b ..\MyApp\bin\Debug obj\Debug\Components.wixobj obj\Debug\Directories.wixobj obj\Debug\LicenseCheckAction.wixobj obj\Debug\Product.wixobj obj\Debug\MyApp_Files.wixobj obj\Debug\Shortcuts.wixobj obj\Debug\UserInterface.wixobj7>C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Setup\obj\Debug\Product.wixobj(0,0): warning LGHT1109: Found mismatched entry point . Expected for specified output package type .exe.8>------ Rebuild All started: Project: Bootstrapper, Configuration: Debug x86 ------8> C:\Program Files (x86)\WiX Toolset v3.7\bin\candle.exe -dDebug -d"DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\\" -d"SolutionDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\\" -dSolutionExt=.sln -dSolutionFileName=MyApp.sln -dSolutionName=MyApp -d"SolutionPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\MyApp.sln" -dConfiguration=Debug -dOutDir=bin\Debug\ -dPlatform=x86 -d"ProjectDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Bootstrapper\\" -dProjectExt=.wixproj -dProjectFileName=Bootstrapper.wixproj -dProjectName=Bootstrapper -d"ProjectPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Bootstrapper\Bootstrapper.wixproj" -d"TargetDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Bootstrapper\bin\Debug\\" -dTargetExt=.exe -dTargetFileName=MyApp_Bootstrapper.exe -dTargetName=MyApp_Bootstrapper -d"TargetPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Bootstrapper\bin\Debug\MyApp_Bootstrapper.exe" -dBootstrapperCustom.Configuration=Debug -d"BootstrapperCustom.FullConfiguration=Debug|AnyCPU" -dBootstrapperCustom.Platform=AnyCPU -d"BootstrapperCustom.ProjectDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\BootstrapperCustom\\" -dBootstrapperCustom.ProjectExt=.csproj -dBootstrapperCustom.ProjectFileName=BootstrapperCustom.csproj -dBootstrapperCustom.ProjectName=BootstrapperCustom -d"BootstrapperCustom.ProjectPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\BootstrapperCustom\BootstrapperCustom.csproj" -d"BootstrapperCustom.TargetDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\BootstrapperCustom\bin\Debug\\" -dBootstrapperCustom.TargetExt=.dll -dBootstrapperCustom.TargetFileName=BootstrapperCustom.dll -dBootstrapperCustom.TargetName=BootstrapperCustom -d"BootstrapperCustom.TargetPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\BootstrapperCustom\bin\Debug\BootstrapperCustom.dll" -dSetup.Configuration=Debug -d"Setup.FullConfiguration=Debug|x86" -dSetup.Platform=x86 -d"Setup.ProjectDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Setup\\" -dSetup.ProjectExt=.wixproj -dSetup.ProjectFileName=Setup.wixproj -dSetup.ProjectName=Setup -d"Setup.ProjectPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Setup\Setup.wixproj" -d"Setup.TargetDir=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Setup\bin\Debug\\" -dSetup.TargetExt=.exe -dSetup.TargetFileName=MyApp.exe -dSetup.TargetName=MyApp -d"Setup.TargetPath=C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Setup\bin\Debug\MyApp.exe" -out obj\Debug\ -arch x86 -ext ..\BootstrapperCustom\Dll\WixBalExtensionExt.dll -ext "C:\Program Files (x86)\WiX Toolset v3.7\bin\\WixUIExtension.dll" -ext "C:\Program Files (x86)\WiX Toolset v3.7\bin\\WixUtilExtension.dll" -ext "C:\Program Files (x86)\WiX Toolset v3.7\bin\\WixNetFxExtension.dll" Bundle.wxs MyApp.wxs VisualC.wxs WinInst45.wxs Sql2012ClrTypes.wxs ReportViewer.wxs PointOfServiceNET.wxs SqlExpress2012.wxs8> C:\Program Files (x86)\WiX Toolset v3.7\bin\Light.exe -out "C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Bootstrapper\bin\Debug\MyApp_Bootstrapper.exe" -pdbout "C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Bootstrapper\bin\Debug\MyApp_Bootstrapper.wixpdb" -ext ..\BootstrapperCustom\Dll\WixBalExtensionExt.dll -ext "C:\Program Files (x86)\WiX Toolset v3.7\bin\\WixUIExtension.dll" -ext "C:\Program Files (x86)\WiX Toolset v3.7\bin\\WixUtilExtension.dll" -ext "C:\Program Files (x86)\WiX Toolset v3.7\bin\\WixNetFxExtension.dll" -contentsfile obj\Debug\Bootstrapper.wixproj.BindContentsFileList.txt -outputsfile obj\Debug\Bootstrapper.wixproj.BindOutputsFileList.txt -builtoutputsfile obj\Debug\Bootstrapper.wixproj.BindBuiltOutputsFileList.txt -wixprojectfile "C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Bootstrapper\Bootstrapper.wixproj" obj\Debug\Bundle.wixobj obj\Debug\MyApp.wixobj obj\Debug\VisualC.wixobj obj\Debug\WinInst45.wixobj obj\Debug\Sql2012ClrTypes.wixobj obj\Debug\ReportViewer.wixobj obj\Debug\PointOfServiceNET.wixobj obj\Debug\SqlExpress2012.wixobj8>C:\Users\dirt\Documents\Visual Studio 2012\Projects\MyApp\MyApp\MyApp\Bootstrapper\Bundle.wxs(24,0): error LGHT0094: Unresolved reference to symbol 'WixBootstrapperApplication:ManagedBootstrapperApplicationHost' in section 'Bundle:MyApp Bootstrapper'.8>Done building project "Bootstrapper.wixproj" -- FAILED.========== Thank you, -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Error-LGHT0094-Unresolved-reference-to-symbol-WixBootstrapperApplication-ManagedBootstrapperApplicat-tp7589205.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users