Click here to Skip to main content
15,896,526 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionRe: Run .Net 4.0 WPF App on WinXP SP3 Pin
Eddy Vluggen14-May-14 0:27
professionalEddy Vluggen14-May-14 0:27 
GeneralRe: Run .Net 4.0 WPF App on WinXP SP3 Pin
Pete O'Hanlon12-May-14 7:18
mvePete O'Hanlon12-May-14 7:18 
GeneralRe: Run .Net 4.0 WPF App on WinXP SP3 Pin
Dave Kreskowiak12-May-14 8:01
mveDave Kreskowiak12-May-14 8:01 
GeneralRe: Run .Net 4.0 WPF App on WinXP SP3 Pin
Kornfeld Eliyahu Peter12-May-14 8:56
professionalKornfeld Eliyahu Peter12-May-14 8:56 
GeneralRe: Run .Net 4.0 WPF App on WinXP SP3 Pin
Dave Kreskowiak12-May-14 11:12
mveDave Kreskowiak12-May-14 11:12 
GeneralRe: Run .Net 4.0 WPF App on WinXP SP3 Pin
Pete O'Hanlon12-May-14 11:29
mvePete O'Hanlon12-May-14 11:29 
AnswerRe: Run .Net 4.0 WPF App on WinXP SP3 Pin
Bernhard Hiller12-May-14 21:52
Bernhard Hiller12-May-14 21:52 
GeneralRe: Run .Net 4.0 WPF App on WinXP SP3 Pin
Kevin Marois13-May-14 4:20
professionalKevin Marois13-May-14 4:20 
I get the following. But nothing in this message points to anything in my app, that I can see:

Event Type:        Error 
Event Source:        .NET Runtime 
Event Category:        None 
Event ID:        1026 
Date:                05/06/2014 
Time:                09:26:50 
User:                N/A 
Computer:        RDSWKS03 
Description: 
Application: RailDelivery.DVIRApp.exe 
Framework Version: v4.0.30319 
Description: The process was terminated due to an unhandled exception. 
Exception Info: System.Reflection.TargetInvocationException 
Stack: 
   at System.RuntimeMethodHandle._InvokeMethodFast(System.IRuntimeMethodInfo, System.Object, System.Object[], System.SignatureStruct ByRef, System.Reflection.MethodAttributes, System.RuntimeType) 
   at System.RuntimeMethodHandle.InvokeMethodFast(System.IRuntimeMethodInfo, System.Object, System.Object[], System.Signature, System.Reflection.MethodAttributes, System.RuntimeType) 
   at System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, Boolean) 
   at System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo) 
   at GalaSoft.MvvmLight.Helpers.WeakAction.Execute() 
   at GalaSoft.MvvmLight.Command.RelayCommand.Execute(System.Object) 
   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(System.Windows.Input.ICommandSource, Boolean) 
   at System.Windows.Controls.Primitives.ButtonBase.OnClick() 
   at System.Windows.Controls.Button.OnClick() 
   at Telerik.Windows.Controls.RadButton.OnClick() 
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs) 
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(System.Object, System.Windows.Input.MouseButtonEventArgs) 
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate, System.Object) 
   at System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object) 
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs) 
   at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean) 
   at System.Windows.UIElement.ReRaiseEventAs(System.Windows.DependencyObject, System.Windows.RoutedEventArgs, System.Windows.RoutedEvent) 
   at System.Windows.UIElement.OnMouseUpThunk(System.Object, System.Windows.Input.MouseButtonEventArgs) 
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate, System.Object) 
   at System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object) 
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs) 
   at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean) 
   at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs) 
   at System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs) 
   at System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs, Boolean) 
   at System.Windows.Input.InputManager.ProcessStagingArea() 
   at System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs) 
   at System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport) 
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawMouseActions, Int32, Int32, Int32) 
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr, MS.Internal.Interop.WindowMessage, IntPtr, IntPtr, Boolean ByRef) 
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) 
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) 
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) 
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) 
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) 
   at System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) 
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr) 
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef) 
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame) 
   at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame) 
   at System.Windows.Application.RunDispatcher(System.Object) 
   at System.Windows.Application.RunInternal(System.Windows.Window) 
   at System.Windows.Application.Run(System.Windows.Window) 
   at System.Windows.Application.Run() 
   at RailDelivery.DVIRApp.Application.Main() 

If it's not broken, fix it until it is

GeneralRe: Run .Net 4.0 WPF App on WinXP SP3 Pin
Pete O'Hanlon13-May-14 9:38
mvePete O'Hanlon13-May-14 9:38 
GeneralRe: Run .Net 4.0 WPF App on WinXP SP3 Pin
Kevin Marois13-May-14 9:43
professionalKevin Marois13-May-14 9:43 
GeneralRe: Run .Net 4.0 WPF App on WinXP SP3 Pin
Pete O'Hanlon13-May-14 10:07
mvePete O'Hanlon13-May-14 10:07 
GeneralRe: Run .Net 4.0 WPF App on WinXP SP3 Pin
Bernhard Hiller13-May-14 20:42
Bernhard Hiller13-May-14 20:42 
Questiondatalist problem Pin
suhas mewada9-May-14 23:14
suhas mewada9-May-14 23:14 
AnswerRe: datalist problem Pin
Richard MacCutchan11-May-14 2:45
mveRichard MacCutchan11-May-14 2:45 
AnswerRe: datalist problem Pin
sankarsan parida11-May-14 23:25
professionalsankarsan parida11-May-14 23:25 
QuestionCan't add data to a dataset based on an Access query with an AutoNumber Primary Key Pin
Peter R. Fletcher7-May-14 13:15
Peter R. Fletcher7-May-14 13:15 
AnswerRe: Can't add data to a dataset based on an Access query with an AutoNumber Primary Key Pin
Peter R. Fletcher7-May-14 15:30
Peter R. Fletcher7-May-14 15:30 
QuestionTrying to create a custom ValidationAttribute Pin
dmikester107-May-14 9:49
dmikester107-May-14 9:49 
Question.NET solution for Accouting Pin
gurusarma5-May-14 19:57
gurusarma5-May-14 19:57 
GeneralRe: .NET solution for Accouting Pin
Richard MacCutchan5-May-14 20:15
mveRichard MacCutchan5-May-14 20:15 
Question"data is updated successfuly..." is shown but database cannot updated Pin
dipesh_karmakar4-May-14 6:01
dipesh_karmakar4-May-14 6:01 
AnswerRe: "data is updated successfuly..." is shown but database cannot updated Pin
Eddy Vluggen4-May-14 8:40
professionalEddy Vluggen4-May-14 8:40 
SuggestionRe: "data is updated successfuly..." is shown but database cannot updated Pin
saroj mnaik11-May-14 9:06
saroj mnaik11-May-14 9:06 
AnswerRe: "data is updated successfuly..." is shown but database cannot updated Pin
saroj mnaik11-May-14 9:12
saroj mnaik11-May-14 9:12 
Questionhow to join all three query results to one in mysql Pin
sr1591-May-14 5:55
sr1591-May-14 5:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.