i working on wpf application receive error @ run time on single device. exception info: system.reflection.targetinvocationexception my question: any clue of cause error? any idea how debug application in release mode? exception info: system.reflection.targetinvocationexception stack: @ system.runtimemethodhandle.invokemethod(system.object, system.object[], system.signature, boolean) @ system.reflection.runtimemethodinfo.unsafeinvokeinternal(system.object, system.object[], system.object[]) @ system.delegate.dynamicinvokeimpl(system.object[]) @ system.windows.threading.exceptionwrapper.internalrealcall(system.delegate, system.object, int32) @ ms.internal.threading.exceptionfilterhelper.trycatchwhen(system.object, system.delegate, system.object, int32, system.delegate) @ system.windows.threading.dispatcheroperation.invokeimpl() @ system.windows.threading.dispatcheroperation.invokeinsecuritycontext(system.object) @ system.threading.executioncontex...
Comments
Post a Comment