doubango icon indicating copy to clipboard operation
doubango copied to clipboard

Unable to cast object of type 'doubango_rt.BackEnd.OutOfProcess.Server' to type 'doubango_rt.BackEnd.OutOfProcess.__IServerPublicNonVirtuals'.

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

What steps will reproduce the problem?

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

public SipService SipService
        {
            get
            {
                if (this.server != null)
                {
                    return this.server.SipService;
                }
                return null;
            }
        }

What version of the product are you using? On what operating system?
WP8

Please provide any additional information below.
{System.InvalidCastException: Unable to cast object of type 
'doubango_rt.BackEnd.OutOfProcess.Server' to type 
'doubango_rt.BackEnd.OutOfProcess.__IServerPublicNonVirtuals'.
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW_WinRT(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget)
   at doubango_rt.BackEnd.OutOfProcess.Server.get_SipService()
   at org.doubango.WindowsPhone.BackgroundProcessController.get_SipService()
   at Viavel.rtServiceManager.get_SipService()
   at Viavel.MainPage.buttonSaveSettings_Click(Object sender, 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.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)}

Original issue reported on code.google.com by [email protected] on 10 Jan 2015 at 7:11

GoogleCodeExporter avatar Aug 16 '15 21:08 GoogleCodeExporter