I am converting the .vcproj from VS2005 to VS2010 but after converting it is giving the below mentioned error.
Additional information: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.Additional information: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
and then i have added the app.config file in my project and added the below mentioned information in my file but it is still giving the same error.
can any one help me in resolving the above mentioned problem.