I have a dll I created from .NET (C#) utilizing the .net Framework 4.0. After testing and making sure the dll works, I copied the dll file into the /Role Tailored Client/add-ins folder in the client pc as well as the /service/add-ins folder of the Nav server. Then I stopped and restarted the Nav services.
Then in my codeunit, I created an automation variable and found the Dll that I just copied into the respective folders. Note that I didn't do regasm.
The problem is when I instantiated the variable, I CANNOT find its methods. The dll is supposed to have one method available to me. I set it up as Public.
Any thoughts?