I am targeting .Net 4 with DTF and have not seen an issue. IIRC correctly you do need to make an alteration to the .config file as follows: <?xml version="1.0"?> <configuration> <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0" /> <supportedRuntime version="v2.0.50727"/> </startup> </configuration>
Neil -----Original Message----- From: Paden, Patrick [mailto:patrick.pa...@wolterskluwer.com] Sent: 25 March 2011 22:58 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] WiX v3.5 and DTF using .NET 4 I know it is supposed to work (saw the fixed bugs on it) but I needed a sanity check just to confirm with someone else that using WiX v3.5 and DTF with targeted .NET framework of 4.0, that it works for them and I must be doing something wrong =] ------------------------------------------------------------------------ ------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users