fadster

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • fadster
    Participant

    Hi Support,

    It works OK now. Thank you for the new build and support.

    Fadleen

    fadster
    Participant

    Hi,

    It still does not work. I am not able to add a new folder, say subdir123, via a simple right-click in VS2017 Solutions Explorer. However an empty folder subdir123 does gets created in the main folder but visualgdb throws the exception and VS2017 Project tree does not get updated.

    =====================================================================

    VisualGDB version: 5.4.105.3084
    —————— System.NullReferenceException ——————
    System.NullReferenceException: Object reference not set to an instance of an object.
    at sr1..ctor(qg1 a, String b)
    at k6.a(b61 c, p82 b, String a)
    at c12.b_2(l2 a, Object b)
    at eo1.y1.Exec(Guid& c, UInt32 a, UInt32 b, IntPtr d, IntPtr e)

    ============================================================

    A work around would be to go to the main folder in my project directory in Windows Explorer, manually add a new folder called mysubdir or whatever, then go back to VS Solutions Explorer. Then in Solutions Explorer, add a new c++ file by navigating to the manually added folder(mysubdir). Then wait for VisualGdb to update the project tree. Component.mk gets updated as well. So it is OK.

    Looks like Visualgdb overrides the actual right-click, add new folder code from Microsoft VS2017 and thus throws this exception.

    Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)