Christopher Karper wrote:
> Error    1    The specified task executable could not be run. Could not load
> file or assembly 'wconsole, Version=3.0.0.0, Culture=neutral,
> PublicKeyToken=ce35f76fcda82bad' or one of its dependencies. The system
> cannot find the file specified.    C:\Program Files
> (x86)\MSBuild\Microsoft\WiX\v3.0\Wix.targets    1182    6    Visibility
> Installer
>
> when I try to build.  Any help?
>   

An odd issue that doesn't show up in a build environment, unfortunately. 
For a workaround, you can copy wconsole.dll:

 >>>copy "c:\Program Files (x86)\Windows Installer XML 
v3\bin\wconsole.dll" "C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.0"

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to