0

I have an application (an STA EXE) which is developed in .Net 2.0 has the provided some hooks so that one can write plug-ins. I planned to write a plug-in in .Net 4.0, which will be a dll. Please let me know what is the best way to do two way communication between these two application.

Renand
  • 1

1 Answers1

0

I'm not sure how you're referencing the projects between each other, but you may run into this error:

What does ‘useLegacyV2RuntimeActivationPolicy’ do in the .NET 4 config?

Community
  • 1
  • 1
Carlos
  • 5,991
  • 6
  • 43
  • 82