hello i can not load or debug my add in
coul you send a picture step by step
How to Load Add-in
Add-ins will appear under General node of Add-ins tab. Right click the addin to see load options. Click on “Load Add-in” to load it.
hello i can not load or debug my add in
coul you send a picture step by step
How to Load Add-in
Add-ins will appear under General node of Add-ins tab. Right click the addin to see load options. Click on “Load Add-in” to load it.
Hi Izzy,
when RobotStudio starts it scans C:\Program Files (x86)\Common Files\ABB Industrial IT\Robotics IT\RobotStudio\Addins for .rsaddin files.
Lets take a look at one of our Add-In Template projects that you find from New Project… in Visual Studio.
They give you a sample .rsaddin where this line is important for loading:
c:\users\senisko.nmea\documents\visual studio 2015\Projects\RobotStudioSampleAddin4\RobotStudioSampleAddin4\bin\Debug
When RobotStudio reads the .rsaddin file it will try to load the Add-In assembly from this location. This is in fact your debug output folder.
You should add a post build step that copies the .rsaddin file to the ..\RobotStudio\Addins folder mentioned above.
its works thanks you