RobotStudio event

RobotStudio doesn't find/load AddIn

Hi,

When I'm tryin to write an AddIn with the VSTA RobotStudio finds and loads the AddIn properly. But VSTA does not have all the functionality i want. So I tried to make an AddIn with MS Visual Studio C# Express 2010 and copied the *.dll into the AddIn folder. I made also sure to name the enty point AddinMain but still RobotStudio won't find my AddIn. Do you guys have any ideas?

Comments

  • I have also come across this problem. I made one add-in using visual basic and it was found without any problems, but when making one with C# Robotstudio couldn't find it. Were you able to find a solution?