ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

WiX Problems #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When peforming a rebuild all using the configuration Release GPL & Windows 
Mixed Platform I receive many errors like the one below:

1>candle.exe(0,0): error CNDL0144: The extension 
'..\..\..\..\..\..\..\Shared\WiX\OSSBuildExtensions.dll' could not be loaded 
because of the following reason: Could not load file or assembly 
'OSSBuildExtensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or 
one of its dependencies. Access is denied.

I have not idea how to clean these up.
I attempted getting the latest WiX and retrying my build and got the same 
result (in both Wix 3.5 & the latest 3.6)

Any idea of what could be the cause of these errors?

Original issue reported on code.google.com by gregory....@us.army.mil on 15 Dec 2010 at 2:41

GoogleCodeExporter commented 9 years ago
I'd first check that the mentioned library exists. If it does, then try 
deleting the bin/ and obj/ folders from the installer builds (look in all the 
subfolders under <OSSBuild>\Main\GStreamer\Windows\Install\). Sometimes with 
WiX a clean doesn't actually clean and get rid of everything it should. Doing 
it manually usually clears it up for me.

If you're still having problems, do a clean checkout and build and see if that 
works. Be sure and use the recommended WiX version provided in 
<OSSBuild>\ReadMe.txt. That's the one that will have been most tested.

Original comment by david.g.hoyt on 15 Dec 2010 at 4:52

GoogleCodeExporter commented 9 years ago
Closing this out due to lack of response.

Original comment by david.g.hoyt on 20 Jan 2011 at 12:22