Hi, I want to make my own add-in for robotstudio.
I’m following this instruction: http://developercenter.robotstudio.com/blobproxy/devcenter/RobotStudio/html/08a465af-bdcc-4f65-a647-764c14005d00.htm
I created a RobotStudio 6.07 Sample Add-in and it works fine. But then I tried to change the code a little bit to test my own buttons and I didn’t see my changes.
Then, I noticed that file “RobotStudioEmptyAddin1.rsaddin” was not updated after re-building. Executing the build command in Visual Studio should generate an .rsaddin file as I understand, but it doesn’t happen. Only “RobotStudioEmptyAddin1.dll” in debug folder is created.
Can someone tell me what’s wrong?
Thanks!