Click here to Skip to main content
15,908,768 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

Thank you for your time.
Can we use same DLL for different .Net Framework versions?

Currently I have a project in .Net framework 1.1 which is using some external Dll files.I want to recreate the project in 3.5 version,If I use the same Dll can I access all features of Dll?.

Thanks again..........
Posted

Yes you can.
As long as your project target .NET Framework is equal or higher then the .NET DLL you use.
 
Share this answer
 
Yes you can you the refrence of different .net framework version..
the thing is that the current version of .net frameworm must be higher or equal than the dll file framework..
did you know every controls you are using is the dll file you are taking refrence of the OS...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900