Error C1190: managed targeted code requires a '/clr' option

  • Thread starter Thread starter ArunP025
  • Start date Start date
A

ArunP025

Guest
Hi,

I was migrating my project which was coded in VS2010 using .net 4.0 to VS2015. I am trying to build the project post migration to VS2015. build erros I am able to fix however for few projects I am getting below error.

Error:C1190 maged targeted code requires a '/clr' option

file: \.NetFramework, version=v4.0.assemblyAttributes.cpp


any idea how can I fix it? I tried below option.

a) set the option as Common Lanquage Runtime Support as "Common Language Runtime support , old syantax (/clr:old syntax).

any input will be apreiciated.

Continue reading...
 
Back
Top