Using assemblies compiled against version 2.0.50727 with v4.0

Discussion in 'C++' started by pankaj227, Aug 28, 2010.

  1. pankaj227

    pankaj227 New Member

    Joined:
    Aug 28, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    My Visual C++ 2010 project uses an assembly (dll) which is compiled against v2.0.50729 of CLR. When I target the project for DotNet Framework 4.0, I get the following error message:

    Mixed mode assembly built against version v2.0.50727 of the runtime cannot be loaded in the 4.0 runtime without addition configuration information.

    I understand that the runtime policy for DotNet Framework is causing this error. I added app.config file to the VC++ project and edited the startup tag like this:



    but this doen't solve the problem. I guess that the VC++ project is not picking up the app.config file.





    Is there anything wrong that I am doing? Any known issues with VC 2010. The same thing works fine for VC# 2010.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice