Hi all, there's not a lot of information on using C++ to consume web services (there are things like gSOAP) but here goes. I wanted to create a new C++ project to consume web services (getting away from VB for a while ). I created a new Windows Forms project in VS.Net 2005, added my Web Reference, and could not build it. That's all I did - now I get a series of errors:
Any ideas? I have MSXML 4 installed.
Thanks,
James
Code:
Error 9 error LNK2022: metadata operation failed (80131195) : Custom attributes are not consistent: (0x0c00005e). AssemblyInfo.obj
Error 10 error LNK2022: metadata operation failed (80131195) : Custom attributes are not consistent: (0x0c000067). AssemblyInfo.obj
Error 11 error LNK2022: metadata operation failed (80131195) : Custom attributes are not consistent: (0x0c000068). AssemblyInfo.obj
Error 12 error LNK2022: metadata operation failed (80131195) : Custom attributes are not consistent: (0x0c000069). AssemblyInfo.obj
Error 13 error LNK2022: metadata operation failed (80131195) : Custom attributes are not consistent: (0x0c000052). stdafx.obj
Error 14 error LNK2022: metadata operation failed (80131195) : Custom attributes are not consistent: (0x0c00005b). stdafx.obj
Error 15 error LNK2022: metadata operation failed (80131195) : Custom attributes are not consistent: (0x0c00005c). stdafx.obj
Error 16 error LNK2022: metadata operation failed (80131195) : Custom attributes are not consistent: (0x0c00005d). stdafx.obj
Error 17 fatal error LNK1255: link failed because of metadata errors RLPMusicPlayer
Any ideas? I have MSXML 4 installed.
Thanks,
James