Click here to Skip to main content
16,004,727 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i link my chilkatXml.dll through add reference with .net framework 4.0 in c# it works well but the same doesnot supports with .net framework 3.5 in C#.so alternate to it i found is to create an object of chilkatXml.dll and then to dynamically load chilkatxml.dll during runtime.
Note: chilkatxml.dll will be already present in the folder where my application exe will be executed.

thus can any one tell me how to dynamically load chilkatxml.dll during runtime in c#
Posted

1 solution

 
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