RobotStudio event

RS SDK 5.14 - Problem on visual Studio

When we create a new class project, we have to add the ABB references. I click on References with the right button and chose Add Reference. I select the Browse tab and go to the bin folder inside RobotStudio installation place. I select the .dll files and click ok. Next the references appear with an exclamation mark. This is the first time that something like this happen. I was using in another computer the same version of RobotStudio (5.14) and Visual Studio (2008 Pro Edition) and didn't had this problem. This project was created in other computer and now i'm trying to continue in this new one. Even if i create a new project this problem happens again. I also checked to see if i'm using 3.5 framework and it's ok. I'm also using the same operating system, windows xp professional. What could it be? John Wiberg2011-06-15 11:18:22

Comments

  • I also see that there is nothing on Path, inside the Properties of the reference, i cannot write anything on it too.
  • Ok, in the other computer Robot Studio version was 5.13! Maybe there is some problem with 5.14 version?
  • Hello Hugo,

    Since RS 5.14 is built on .NET 4, you must use Visual Studio 2010 to develop for it. (I think there is an error in the documentation regarding this limitation.)

    If you don't have VS2010, you can copy the dlls from another computer and reference them instead. The resulting addin should work on both 5.13 and 5.14.

    regards,
    Johannes


    Johannes Weiman
    Software Engineer
    ABB Robotics
  • Thanks, problem solved!