Use of 1.1 Framework Assemblies

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.
 
M

Mattias Sjögren

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
 
B

Bajoo

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top