Frage

I created a UserControl in .Net 4.0 App, and now I need that UserControl in another App which is in .Net 2.0 environment. Is it possible to use my UserControl in the .Net 2.0 App (VS 2005)?

War es hilfreich?

Lösung

enter image description here

One does not simply use .NET 4 in an older environment.

Andere Tipps

No, but the other way around works, .net2 -> .net4

If you're not using any features above .net2, you could recompile with net2.0 as target platform.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top