I wrote a .NET extension for a client, and I put it into SalesLogix using the .NET Extensions screen in the Architect.
I released it to everyone. I'm calling it using the following code. Lines 71 and 72 are shown.
ext = Application.Managed.Create("", "")
Set conn = Application.Managed.Run(ext, args)
where and are the actual namespace and class in the .NET extension.
Everything works fine when this code is run on the server. I get the following error when I run it on workstations, though:
...(read more)
↧