ds1988

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: VisualGDB & GoogleTestFramework in Commandline #21367
    ds1988
    Participant

    Hi,

    i did not notice, that the file was too big.

    PS C:\Program Files (x86)\Sysprogs\VisualGDB> .\VisualGDB.exe /about
    Build/launch failed: System.InvalidOperationException: DialogResult can be set only after Window is created and shown as dialog.
    at System.Windows.Window.set_DialogResult(Nullable`1 value)
    at VisualGDB.WPF.AboutWindow.Button_Click_4(Object sender, RoutedEventArgs e)
    at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
    at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
    at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
    at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
    at System.Windows.Controls.Primitives.ButtonBase.OnClick()
    at System.Windows.Controls.Button.OnClick()
    at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
    at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
    at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
    at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
    at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
    at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
    at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
    at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
    at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
    at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
    at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
    at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
    at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
    at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
    at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
    at System.Windows.Input.InputManager.ProcessStagingArea()
    at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
    at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
    at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
    at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
    at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
    at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
    at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
    at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
    at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
    at System.Windows.Application.RunDispatcher(Object ignore)
    at System.Windows.Application.RunInternal(Window window)
    at System.Windows.Application.Run(Window window)
    at m11.d(String[] a)
    at m11.a(String[] a)

    in reply to: VisualGDB & GoogleTestFramework in Commandline #21339
    ds1988
    Participant

    Hi,

    while activating the trail version an activation window was shown. But not for upgrading. Is it possible to reset the license?

    When i call visualgdb.exe /about i get an exception while clicking a button. Visualgdb.exe /intro shows the trail licence and the purchased licence.

    Attachments:
    You must be logged in to view attached files.
    in reply to: VisualGDB & GoogleTestFramework in Commandline #21283
    ds1988
    Participant

    Hi,

    using msbuild.exe works fine.

    But we have another question. We tried to upgrade the licence of our build machine from a trial to a normal one. But this does not seem to work without an internetconnection.

    Is there a way to upgrade without an internetconnection?

    in reply to: VisualGDB & GoogleTestFramework in Commandline #21170
    ds1988
    Participant

    Hi,

    thanks a lot now the we can create the vgdbtestcontainer during the build.

    When we build the project with msbuild everything is fine and the container is created.

    Running “VisualGDB /runtests file.vgdbtestcontainer outputfile” works. So we need two steps build and a seperate test step in our TFS Task.

    But when we call VisualGDB using the settingsfile as a parameter (VisualGDB.exe project-Debug.vgdbsettings) we still get the old error:

    Build/launch failed: Failed to find an IDE project corresponding to E:\work\1\s\project-Debug.vgdbsettings

    Any idea why this error still occurs?

    Is the version of visualgdb (VisualGDB-5.4.3.2313.msi) the preview version or the final version.

     

    Greetings

    Carsten

    • This reply was modified 5 years, 10 months ago by ds1988.
    in reply to: VisualGDB & GoogleTestFramework in Commandline #21124
    ds1988
    Participant

    Hi,

    we already figured out that we need the vgdbtestcontainer.

    The generation of the container during the build is indeed our prefered way.

    The problem ist that our VS Project Properties does not contain a “Generate a test container file” property.

    Greetings

    Carsten

    Attachments:
    You must be logged in to view attached files.
Viewing 5 posts - 1 through 5 (of 5 total)