I built a dll using the WiX toolset that I would like to use the Call function from attached native DLL option on. However, the Wix toolset includes files built on the 2.0.50727 runtime. I need to build on the 4.0 runtime, but when the dll loads, it loads the 2.0 runtime, then fails to finish ...