VS 2013 "Could not load file or assembly"

Sysprogs forums Forums VisualGDB VS 2013 "Could not load file or assembly"

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #950
    BrainStone
    Participant

    When I try to compile the programs for my Raspberry Pi on my computer (since it takes far over 5 minutes per compilation process) using the Ctrl + F5 keys (Start without debugging) I get this error after compilation:

    Build/launch failed: Could not load file or assembly "Microsoft.VisualStudio.Shell, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

    I manually installed this program but it still doesn’t work. When I start it with just F5 it works perfectly. But I really need the starting without debugging for many reasons.
    Also when I compile it on the Raspberry Pi Pressing Ctrl + F5 will work 100% fine!

    This is just a excerpt since the full error message is partly German partly English (even though VS is 100% English). If you still want I can provide it.

    #3493
    support
    Keymaster

    Hi,

    Which version of VisualGDB are you using?

    #3494
    BrainStone
    Participant

    I think the latest. I just downloaded it two weeks ago.

    #3495
    BrainStone
    Participant

    I just looked it up. It is version 4.2.

    #3497
    BrainStone
    Participant

    Here is the full log:

    SSH: Connecting...
    SSH: Handshaking...
    SSH: Checking key...
    SSH: Authenticating...
    VisualGDB: Deploying C:UserscarDocumentsHelmutMobilTestProjectTestProject/Debug/HelmutMobil to /tmp/HelmutMobil on 192.168.1.2...
    Build/launch failed: Die Datei oder Assembly "Microsoft.VisualStudio.Shell, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden. while trying to deploy your executable. Please check your project settings and rebuild the project.
    Press any key...
    #3496
    support
    Keymaster

    Hi,

    Please try the latest VisualGDB 4.3r2. It contains fixes for some bugs that could be causing this.

    #3492
    BrainStone
    Participant

    Thank you. it is working now.

    Finally I can compile my code in an acceptable time.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.