Question
Datacom group
NZ
Last activity: 4 Oct 2018 20:05 EDT
C# project reference in Robotics project
Hi,
I am trying to reference a C# project in my Robotics solution.I could add the C# project in to the solution.But when I right click on the controller project and go to "Manage Imported projects", I can't see the C# project.But if I create a .dll file and add it to the Pega installation folder, then I can see the methods in the tool box.Is this the only way I can refer the C# projects?
I followed the following 2 links and created a Class library, deleted the default class and added a component where I defined my methods:
https://collaborate.pega.com/question/use-class-libraries-developed-net-openspan-automation
https://msdn.microsoft.com/en-us/library/fc77hxyh.aspx
Even after doing so,I couldn't see the C# project in the "Manage Imported projects".