Exception from HRESULT: 0x80000013

0

I have problem. I try run WP7 app on Win Phone8. All work good, but sometimes I have UNHANDLED EXCEPTION with message:

Exception from HRESULT: 0x80000013. This is occurs when I go on the page where including Gart library

<ARControls:ARDisplay x:Name="ARDisplayy" d:LayoutOverrides="Width">  
    <ARControls:VideoPreview x:Name="VideoPreview" />
    <ARControls:WorldView x:Name="WorldView" />
</ARControls:ARDisplay>

I don't know, why it is happened. May be someone encountered such a problem?

wpf
windows-phone-8
silverlight-5.0
asked on Stack Overflow Oct 24, 2013 by Nadezhda • edited Oct 24, 2013 by Anatoliy Nikolaev

1 Answer

0

I resolved this error using the ARM version of GART.WP8.dll


User contributions licensed under CC BY-SA 3.0