I have converted VS2010 application into VS2015, application use static library(also converted in VS2015), Both applications is managed c++/clr and also switched target V140 in both the application. After converting application I am getting following error.
Error LNK2022 metadata operation failed (8013118D) : Inconsistent layout information in duplicated types (_nlsversioninfo): (0x02000602). ProjectName LibraryName.lib(LibraryName.obj)
I have check both projects and it use .net version 4.0 I had look at the following link but it did not help.
Am I missing some settings here in projects ?