I have written a preprocessor extension that has a dependency to another 
assembly. When I try to build a setup project using that extension, I 
get an error saying:

In the preprocessor extension that handles prefix 'somePrefix' while 
trying to call function 'someFunction' and exception has occurred : 
Could not load file or assembly 'ExntensionDependency, Version=1.0.0.0, 
Culture=neutral, PublicKeyToken=null' or one of its dependencies. The 
system cannot find the file specified.

The file ExtensionDependency.dll is located in the same folder as the 
wix extension Extension.dll. The assembly ExtensionDependency only has 
dependencies to System and System.Core.

I have tried to have both files in a sub directory of the setup project 
and in the Wix/Bin folder. Both without success.

Can I somehow use the dependency without placing it in the GAC?

I'm using v. 3.5.2519.0  with Visual Studio.

Thanks,
Morten



------------------------------------------------------------------------------
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