Hi! I have created an .NET controller of a c# .dll . And I have called the functions of this assembly in my program. However, when I debugging my project there will come out an error-----fatal runtime error:dereference of null pointer. How can I solve this problem?
Thanks!!