Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Mar 18, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant