KolesnikovAkexandr

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: VisualGDB and msbuild #20175
    KolesnikovAkexandr
    Participant

    I have little progress and almost build a project. But now I have error message:
    ExecutePrebuildActions:
    VisualGDB version 5.3.18.1973
    System.InvalidOperationException
    System.InvalidOperationException: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
    at System.Windows.Forms.MessageBox.ShowCore(IWin32Window owner, String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, Boolean showHelp)
    at d81.m(String a, Object[] b)
    at oh1.f_4(ck1 a)
    at p52..ctor(VisualGDBProjectSettings2 b, mc c, IDELevelProjectInfoForBuilding d, uz a)
    at VisualGDB.MSBuild.BuildHelper..ctor(String vgdbSettingsFile, IDELevelProjectInfoForBuilding info)
    at Sysprogs.build.tasks.shared.LaunchVisualGDB.Execute()
    C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\Targets\external.targets(5,3): error : Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application

    in reply to: VisualGDB and msbuild #20079
    KolesnikovAkexandr
    Participant

    I’m trying to make gitlab ci for a project under stm32. After each commit, the repository on the remote machine is rebooted without the initialized toolchain . The project is built using msbuild

    in reply to: VisualGDB and msbuild #20045
    KolesnikovAkexandr
    Participant

    Thanks for your reply! But I need to initialize tolchan only using the console on the remote computer. Your command opens the package manager window

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