Ok! I am really puzzled and need your input experts! I have a dotnet assembly (dll) that I wrote in C#. When testing against the dev pc that has both the CLient RTC and the SERVEr Nav, all I had to do is copy the dll into the add-ins folder of the CLient RTC program. Then in the C/AL code, I created the variable that points to dotnet and the name of the assembly found in the Dynamics Tab. Then I made sure to choose RunonClient=yes. To Instantiate, I just called <variablename> := <variableName>.Class();
All is well and it worked on two dev pcs that have both client Rtc and Server Nav.
Now, I am testing to make sure it works in pc where only Client RTC is installed. All I did was copy the dll into the add-ins folder of that client rtc's program folder. But when I test, I am getting an error: The message is for C/AL programmers: Cannot create an instance of the following .Net framework object: assembly <variablename>, version.....
Please help shed some light!
*This post is locked for comments
I have the same question (0)