Error executing Custom component on user machine
I have created a custom dotnet class library (component class) and copied its dll to my Openspan plugin folder.
In my Pega robotics project, added its reference from the same folder. Added it to toolbox and use its method by dragging and dropping. Its running fine on my system.
When I run the deployment files on the end user system, it gives an error 'Error accessing type utility.dll'. On clicking ok, it gives 'Error deserializing component'.
It doesn't work till I copy the dll in the user's runtime folder.
This shouldn't be the case. And all users wont have admin rights for me to copy the dll. And I cant keep sending updated dll's for every change I make.
The reference added to deployment file should be enough I thought?
What could be the reason its giving an error? Help please!!