You might check to see that the WixTasks.dll is updated correctly. Seems
like there is a mismatch there. If it is good, try using the fuslogvw to
see why the assembly is not able to load.

On Tue, Jul 24, 2012 at 12:37 AM, Bariz Ralph AVL/GRZ
<ralph.ba...@avl.com>wrote:

> Hi,
>
> I'm trying to get a bootstrapper building on a teambuild server but
> whatever I do, I get an error. Our wix binaries are checked in, at the
> build server wix is not installed, but it made no difference when I tried
> to install it. Hope someone here has an idea.
>
> Best Regards
> Ralph
>
> Error:
> Built
> $/CAMEO_fOX/Main/Setup/AVL.fOX.BootStrapper/AVL.fOX.Setup/AVL.fOX.Setup.wixproj
> for default targets.
>
> 00:00
> Built
> $/Common_Components/Main/Setup/AVL.WPFBootStrapper/AVL.WPFBootStrapper.csproj
> for target(s) GetTargetPath.
> 00:00
> Built
> $/Common_Components/Main/Setup/AVL.WPFBootStrapper/AVL.WPFBootStrapper.csproj
> for default targets.
> C:\Builds\26\11\Sources\fOX\Main\Setup\WixBinaries\v3.6\bin\wix2010.targets
> (2002): The "GenerateCompileWithObjectPath" task could not be loaded from
> the assembly
> C:\Builds\26\11\Sources\fOX\Main\Setup\WixBinaries\v3.6\bin\wixtasks.dll.
>  Confirm that the <UsingTask> declaration is correct, that the assembly and
> all its dependencies are available, and that the task contains a public
> class that implements Microsoft.Build.Framework.ITask.
>
> Wixproj file:
> <?xml version="1.0" encoding="utf-8"?>
> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="
> http://schemas.microsoft.com/developer/msbuild/2003";>
>   <PropertyGroup>
>     <Configuration Condition=" '$(Configuration)' == ''
> ">Debug</Configuration>
>     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
>     <ProductVersion>3.5</ProductVersion>
>     <ProjectGuid>{0146c497-2590-4a93-93b8-6789890175f1}</ProjectGuid>
>     <SchemaVersion>2.0</SchemaVersion>
>     <OutputName>AVL.fOX.Setup</OutputName>
>     <OutputType>Bundle</OutputType>
>     <WixToolPath Condition=" '$(WixToolPath)' == ''
> ">..\..\WixBinaries\v3.6\bin\</WixToolPath>
>     <WixExtDir Condition=" '$(WixExtDir)' == ''
> ">$(WixToolPath)</WixExtDir>
>     <WixTargetsPath Condition=" '$(WixTargetsPath)' == ''
> ">$(WixToolPath)Wix.targets</WixTargetsPath>
>     <WixTasksPath>wixtasks.dll</WixTasksPath>
>     <Name>AVL.fOX.Setup</Name>
>     <SccProjectName>SAK</SccProjectName>
>     <SccProvider>SAK</SccProvider>
>     <SccAuxPath>SAK</SccAuxPath>
>     <SccLocalPath>SAK</SccLocalPath>
>   </PropertyGroup>
>   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86'
> ">
>     <OutputPath>..\..\..\Installer\</OutputPath>
>     <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
>     <DefineConstants>Debug;</DefineConstants>
>       <CompilerAdditionalOptions>-d"fOXInstallerDir=$(fOXInstallerDir)"
> -d"UIDir=$(UIDir)"</CompilerAdditionalOptions>
>   </PropertyGroup>
>   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
> 'Release|x86' ">
>     <OutputPath>..\..\..\Installer\</OutputPath>
>     <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
>
> <DefineConstants>fOXInstallerDir=$(fOXInstallerDir);UIDir=$(UIDir)</DefineConstants>
>       <CompilerAdditionalOptions>-d"fOXInstallerDir=$(fOXInstallerDir)"
> -d"UIDir=$(UIDir)"</CompilerAdditionalOptions>
>   </PropertyGroup>
>   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64'
> ">
>     <DefineConstants>Debug</DefineConstants>
>     <OutputPath>..\..\..\Installer\</OutputPath>
>
> <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
>       <CompilerAdditionalOptions>-d"fOXInstallerDir=$(fOXInstallerDir)"
> -d"UIDir=$(UIDir)"</CompilerAdditionalOptions>
>   </PropertyGroup>
>   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
> 'Release|x64' ">
>     <OutputPath>..\..\..\Installer\</OutputPath>
>
> <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
>       <CompilerAdditionalOptions>-d"fOXInstallerDir=$(fOXInstallerDir)"
> -d"UIDir=$(UIDir)"</CompilerAdditionalOptions>
>   </PropertyGroup>
>   <ItemGroup>
>     <Compile Include="Bundle.wxs" />
>     <Compile Include="fOXInstallers.wxs" />
>     <Compile Include="PreRequisites.wxs">
>       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
>     </Compile>
>   </ItemGroup>
>   <ItemGroup>
>     <Content Include="Settings.Designer.cs" />
>     <Content Include="Settings.settings" />
>     <Content Include="Variables.wxi" />
>   </ItemGroup>
>   <ItemGroup>
>     <WixExtension Include="WixUtilExtension">
>       <HintPath>..\..\WixBinaries\v3.6\bin\WixUtilExtension.dll</HintPath>
>       <Name>WixUtilExtension</Name>
>     </WixExtension>
>     <WixExtension Include="WixNetFxExtension">
>       <HintPath>..\..\WixBinaries\v3.6\bin\WixNetFxExtension.dll</HintPath>
>       <Name>WixNetFxExtension</Name>
>     </WixExtension>
>     <WixExtension Include="WixBalExtension">
>       <HintPath>..\..\WixBinaries\v3.6\bin\WixBalExtension.dll</HintPath>
>       <Name>WixBalExtension</Name>
>     </WixExtension>
>   </ItemGroup>
>   <ItemGroup>
>     <ProjectReference
> Include="..\..\..\..\..\Common_Components\Main\Setup\AVL.WPFBootStrapper\AVL.WPFBootStrapper.csproj">
>       <Name>AVL.WPFBootStrapper</Name>
>       <Project>{c3c8144e-ecc6-482a-b523-faaf14e16734}</Project>
>       <Private>True</Private>
>       <DoNotHarvest>True</DoNotHarvest>
>
> <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
>       <RefTargetDir>INSTALLFOLDER</RefTargetDir>
>     </ProjectReference>
>   </ItemGroup>
>   <Import Project="$(WixTargetsPath)" />
>   <!--
>          To modify your build process, add your task inside one of the
> targets below and uncomment it.
>          Other similar extension points exist, see Wix.targets.
>          <Target Name="BeforeBuild">
>          </Target>
>          <Target Name="AfterBuild">
>          </Target>
>          -->
> </Project>
>
>
>
> _________________________________________________________________________________________
> AVL List GmbH, Firmensitz: Graz, Firmenbuchnummer: FN 53507M,
> Landesgericht fuer ZRS Graz
>
>
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to