We have an isolated shell application built using Visual Studio 2010. In the application we are accessing some of our Generic dictionary variables defined types via COM objects. But after installing .net 4.5.1(tried with VS 2013) my code is failing when
we try to access the Dictionary via COM. Its failing with an error "generic types cannot be marshaled to COM interface pointers."
Why this error ?
Why this error ?