wix sfxca binding to CLR v 2.0 instead of v4.0
Posted
by ashish.s
on Stack Overflow
See other posts from Stack Overflow
or by ashish.s
Published on 2010-06-11T16:47:04Z
Indexed on
2010/06/11
16:53 UTC
Read the original article
Hit count: 190
wix
Iam building managed custom actions using .net 4.0, but when i package the installer and run it,it fails giving me "assembly is built by newer version" error.
In the install log I can also see that the SfxCA is binding to v2.0 instead of 4.0, how can i configure it so it loads the v 4.0 version
many thanks
© Stack Overflow or respective owner