Question
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://msdn.microsoft.com/en-us/library/fc77hxyh.aspx
Even after doing so,I couldn't see the C# project in the "Manage Imported projects".
First build the project and then click on add references -> select the required project. After this you will see this project under managed imported projects.