wix - Cannot add reference to WixUIExtension.dll, WixUtilExtension.dll and WixNetFxExtension.dll from Visual Studio 2008 -


i using wix 3.7 visual studio 2008, , trying add reference few wix dll files can work ui in installation. however, following error each of following files add reference to:

  • wixuiextension.dll
  • wixutilextension.dll
  • wixnetfxextension.dll

a reference c:\program files (x86)\wix toolset v3.7\wixnetfxextension.dll not added. please make sure file accessible, , valid wix reference.

also, before started thinking moving ui based interface, there no issue wix installer creating; compiles , installs absolutely fine.

please note able add reference same files in visual studio 2012 , visual studio 2010.

i found workaround: unload wix project , modify project file manually add references required files. should have done earlier... duhh!!


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -