0

I have a solution that contains dlls from janus that ate compatible with .net 4.

After I installed visual studio 2012 - the application throws an exception : "the member is not supported in a dynamic assembly" although I open it with visual studio 2010.

I could uninstall .net 4.5 and then reinstalling .net 4 but then visual studio 2012 wont work.

Anyone knows a way I can keep vs2012 and .net 4's dlls?

1 Answers1

1

You can't have them both, .Net 4.5 is an in-place upgrade to 4.0.

References:

Glorfindel
  • 4,158