Forum Replies Created
-
AuthorPosts
-
KolesnikovAkexandrParticipant
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 applicationKolesnikovAkexandrParticipantI’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
- This reply was modified 6 years, 8 months ago by KolesnikovAkexandr.
KolesnikovAkexandrParticipantThanks for your reply! But I need to initialize tolchan only using the console on the remote computer. Your command opens the package manager window
-
AuthorPosts