While doing some programming using C++/CLI for .NET interop, I ran across this compiler error: error C2872: ‘IServiceProvider’ : ambiguous symbol As the MSDN reference indicates, the compiler can’t sort out a symbol because it encountered multiple definitions. In this … Continue reading
December 31, 2011
by bg
0 comments