I port to .net 3.5 and I want to know if I can call from my 3.5 application, old .dll dll methods?
Some external APIs are in the .net 2.0 dll. Therefore, I need it.
Please let me know. Thanks.
Yes. Can you do this.
.NET 3.5 is nothing more than .NET 2.0 SP2 with some additional builds. This means that .NET 3.5 is .NET 2.0, to a large extent.
Yes, .NET remains compatible with older versions. It may be some outdated code, but it will still work. Only up to 2.0 can there be compatibility issues.
Yes.In general, you can run .Net 2.0 applications on a computer with newer versions of .Net and using the DLL is no different.
Of course, both managed soit codes should work as a .net 3.5 build.
Source: https://habr.com/ru/post/1313481/More articles:jquery 1.4.2 equivalent for setTimeout and clearTimeout - jqueryAre execution plans cached on an SQL server? - sqldrag and drop rows of a drag and drop table using javascript? - javascriptImplementing interactive notification in the status bar (Android) - androidCan you use VISTA size icons when you use the βDownload Iconβ in Delphi 7? - windows-7Without macro USES_CONVERSION - c ++Is TD rowspan supported in most browsers (including IE6)? - htmlHow to download css only for Safari? - htmlGet a business object from Grid View - c #TimeBox MessageBox OR Closing a MessageBox from another thread - c ++All Articles