How can I use a config-file in Expression Blend 4?

Posted by sofri on Stack Overflow See other posts from Stack Overflow or by sofri
Published on 2010-05-21T08:14:39Z Indexed on 2010/05/21 8:20 UTC
Read the original article Hit count: 266

Hi, while trying to use the "InfoStrat"-Bing-Maps-Control in Expression Blend 4 for my Surface Application, I get the error message: "Mixed mode assembly is built against version v2.0.50527 of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information"

I already found out that I need to write this configfile:

<configuration>
   <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
   </startup>
</configuration>

But Expression Blend doesn't seem to recognize that it is there. So how can I solve this problem?

© Stack Overflow or respective owner

Related posts about expression-blend

Related posts about app-config