WiX: DLL could not be loaded

by timvasil 6/6/2008 7:33:00 PM

Playing around with WiX 3.0, candle.exe started emitting a weird message and failing:

   WixUIExtension.dll could not be loaded

I fixed this by editing the WiX project file by hand and changing the HintPath to remove the ".dll" extension, i.e. instead of this:

   <HintPath>../path/WixUIExtension.dll</HintPath>

Use this:

   <HintPath>../path/WixUIExtension</HintPath>

 

Tags:

WiX

Add comment




  Country flag
biuquote
  • Comment
  • Preview
Loading


Search

Calendar

«  May 2012  »
SuMoTuWeThFrSa
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

View posts in large calendar

Recent comments

Archive