How can i access methods of those DLLs created in 1.1
[B]Question Asked by Visitor Urvi
[/B]Hi..
I am working on ASP .NET 2.0 but my company was working on 1.1...and all dlls of comapny are created using 1.1 ...
now my problem is how can i access methods of those dlls which are supporting 1.1 connection standards...
m getting problem in connection....
Please reply ...
Re: How can i access methods of those DLLs created in 1.1
You should be able to access the DLLs with no issue as long as they have just classes and functions .. just add a reference to your project.. even we are using lot of DLL's created from version 1.0 since not much changed in them