In udder words, if I have a .NET dll that was written with framework 1.0 or 1.1, can I include that dll in a project using the 2.0 framework and 2.0 CLR and have it work properly
Tanks, Israeli ones.
In udder words, if I have a .NET dll that was written with framework 1.0 or 1.1, can I include that dll in a project using the 2.0 framework and 2.0 CLR and have it work properly
Tanks, Israeli ones.
Are CLR's backward compatible with earlier frameworks?
babyboomer
MauricioUY
Koder021
No you don't need the older version installed. There can only be one version loaded anyway in a process, and that will be 2.0 (or later) if the startup executable requires it.
Mike Greenway