How to call the dll at runtime in .Net?
Answers were Sorted based on User's Feedback
Answer / ashish kumar
by writting the following command to the form section we
can call thee dll file.
Private Declare Function LockWorkStation Lib "user32.dll"
() As Long
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / suresh
By using System.Reflection.LoadAssembly('path of dll')
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sreekanth
we will refer that dll by adding Add refernce to our project
and using the namspace o the dll we can use that class.
| Is This Answer Correct ? | 14 Yes | 17 No |
inprocess vs out process session state : Dot net architecture
What does the term "green architecture" mean? : Dot net architecture
how to kill user session ?
What is .net mobile lists. : Microsoft dot net mobile
How to send e-mail to gmail/yahoo or any other ID from your mail server.I need the code.
can aspx page contains two pager tags ?
Explain different pipelining hazards? : Dot net architecture
What is this DLL hell problem in dotnet? Can a virtual class be created/can a virtual method be created inside the class?
What is cookie less session?
how u maintain data while navigating one page to another?
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
What is cache coherency and how is it eliminated? : Dot net architecture