Use of 1.1 Framework Assemblies

  • Thread starter Thread starter Michael D. Ober
  • Start date Start date
M

Michael D. Ober

Can a .NET 2.0 application use assemblies from .Net 1.1? Specifically, I'd
like to use the Windows Server Update Services assemblies in VB 2005. I
understand that framework 1.1 will need to be on the system for this to even
have a chance of working.

Mike Ober.
 
Michael,
Can a .NET 2.0 application use assemblies from .Net 1.1?
Yes


I understand that framework 1.1 will need to be on the system for this to even
have a chance of working.

2.0 should be enough.


Mattias
 
Mattias,
correct me if i'm wrong . As per my knowledge by default
Assembly will look for the .Net version it was compiled in. we have to
specify the version of the Runtime if we need to change it, we have to
specify it in the App.Config file.

Look forward to hearing from you.

Regards,
Naveed Ahmad bajwa
 
Back
Top