msndevs / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
5 stars 2 forks source link

ContactService.AddNewContact Crash #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.ContactService.AddNewContact
2.Contact not exists (Account not exists)

What is the expected output? What do you see instead?

{"Se produjo una excepción en el destino de la invocación."}
SOURCE: "mscorlib"

No se controló System.Reflection.TargetInvocationException
  Message="Se produjo una excepción en el destino de la invocación."
  Source="mscorlib"
  StackTrace:
       en System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       en System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       en System.Delegate.DynamicInvokeImpl(Object[] args)
       en System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
       en System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
       en System.Threading.ExecutionContext.runTryCode(Object userData)
       en System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       en System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
       en System.Windows.Forms.Control.InvokeMarshaledCallbacks()
       en System.Windows.Forms.Control.WndProc(Message& m)
       en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       en System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       en System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       en System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       en System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       en System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       en MSNPSharpClient.ClientForm.Main() en C:\Proyectos\IWIA\Instaladores de otros Programas\Programas Mesenger\MSNPSharp_40_RC\MSNPSharp_40_RC\MSNPSHARP_40_RC\src\Example\DotMSNClient.cs:línea 541
       en System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
       en Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       en System.Threading.ThreadHelper.ThreadStart()

What version of the product are you using? (MSNPSharp, OS, Mono etc.)
MSPSHARP 4.0, Windows XP SP3 o windows 7

Is your code check out from SVN or download from our download site?
Yes

Please provide any additional information below:

Original issue reported on code.google.com by solusoft...@gmail.com on 18 Jul 2011 at 3:46

GoogleCodeExporter commented 9 years ago
Did you check out the code from SVN or from download site?

Original comment by freezing...@gmail.com on 18 Jul 2011 at 8:58

GoogleCodeExporter commented 9 years ago

Original comment by freezing...@gmail.com on 18 Jul 2011 at 9:01

GoogleCodeExporter commented 9 years ago
Is seems you are using RC version.

What is the adding email address?
I want to reproduce the issue again.

Original comment by hepha...@gmail.com on 19 Jul 2011 at 11:54

GoogleCodeExporter commented 9 years ago

Original comment by freezing...@gmail.com on 23 Jul 2011 at 1:36