Exception when adding arduino platform to porject

Sysprogs forums Forums VisualGDB Exception when adding arduino platform to porject

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25204
    nils
    Participant

    When I try to add a new Platform to an existin Arduino project (Add – Mange Arduino Boards), I get the following exception:

    VisualGDB version: 5.4.107.3207
    ------------------ System.ArgumentException ------------------
    System.ArgumentException: Falscher Parameter. (Ausnahme von HRESULT: 0x80070057 (E_INVALIDARG))
    bei EnvDTE.SolutionClass.SaveAs(String FileName)
    bei r91.d_2(String a)
    bei r91.d()
    bei k72.m(DTE b, String e, IEnumerable`1 c, Boolean d, Action a)
    bei r91.e_2(String a, IEnumerable`1 b)
    bei yg.h2(String c, IEnumerable`1 b, Boolean a)
    bei gf2.d()
    bei am2.b.b_2(v81 b, Object a)
    bei qj.u2.Exec(Guid& a, UInt32 b, UInt32 e, IntPtr d, IntPtr c)

    Let me know if you need further information about my setup…

    Thanks!

    Nils

    • This topic was modified 4 years, 9 months ago by support. Reason: formatting
    #25218
    support
    Keymaster

    It looks like something prevents Visual Studio from saving the solution file.

    Please double-check that the solution is created and that the .sln file is writable and not open in any other application.

    If this doesn’t help, please try creating another project/solution and check if the problem reoccurs. If not, please try comparing the working project to a non-working one (e.g. check whether placing the solution in a specific directory, or checking it into source control starts triggering the issue).

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