Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi to all,
i had one project which has been devloped in vs2005 now i want to convert that project into vs2010 ..
it is giving following errors can any one help me plz

Error	2	error LNK2022: metadata operation failed (8013118D) : Inconsistent layout information in duplicated types (std._String_const_iterator<char,std::char_traits><char>,std::allocator<char> >): (0x02000019).	
Error	3	error LNK2022: metadata operation failed (8013118D) : Inconsistent layout information in duplicated types (std.basic_string<char,std::char_traits><char>,std::allocator<char> >): (0x0200003d).	
Error	4	error LNK2022: metadata operation failed (8013118D) : Inconsistent layout information in duplicated types (std.basic_string<wchar_t,std::char_traits><wchar_t>,std::allocator<wchar_t> >): (0x02000063).	
Error	5	error LNK2022: metadata operation failed (8013118D) : Inconsistent layout information in duplicated types (std._String_iterator<char,std::char_traits><char>,std::allocator<char> >): (0x02000080).	Error	6	error LNK2022: metadata operation failed (8013118D) : Inconsistent layout information in duplicated types (std._String_val<char,std::allocator><char> >): (0x02000081).	
Error	7	error LNK2022: metadata operation failed (8013118D) : Inconsistent layout information in duplicated types (std._String_val<wchar_t,std::allocator><wchar_t> >): (0x02000083).	
Error	8	error LNK1255: link failed because of metadata errors</wchar_t></char></char></char></wchar_t></wchar_t></char></char></char></char>


[EDIT] Removed the C# tag. This has nothing to do with C#.
Posted
Updated 22-Sep-11 5:21am
v3

1 solution

Here[^] is one proposed solution, or at least an explanation.

Here[^] is another.

Please note that I located these results with a google search for the phrase "error LNK2022: metadata operation failed (8013118D)". Both results were on the first page. If they don't help, perhaps you can look into other results from that search.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900