c# - Windows phone 8 XMLParseException -


i programming first windows phone 8.0 app. want have map on 1 of pages. comes following error:

"taskhost.exe" (clr c:\windows\system32\coreclr.dll: defaultdomain): "c:\windows\system32\mscorlib.ni.dll" geladen. das laden von symbolen wurde übersprungen. das modul ist optimiert, und die debugoption "nur eigenen code" ist aktiviert. "taskhost.exe" (clr c:\windows\system32\coreclr.dll: silverlight appdomain): "c:\windows\system32\system.windows.runtimehost.ni.dll" geladen. das laden von symbolen wurde übersprungen. das modul ist optimiert, und die debugoption "nur eigenen code" ist aktiviert. "taskhost.exe" (clr c:\windows\system32\coreclr.dll: silverlight appdomain): "c:\windows\system32\system.windows.ni.dll" geladen. das laden von symbolen wurde übersprungen. das modul ist optimiert, und die debugoption "nur eigenen code" ist aktiviert. "taskhost.exe" (clr c:\windows\system32\coreclr.dll: silverlight appdomain): "c:\windows\system32\system.net.ni.dll" geladen. das laden von symbolen wurde übersprungen. das modul ist optimiert, und die debugoption "nur eigenen code" ist aktiviert. "taskhost.exe" (clr c:\windows\system32\coreclr.dll: silverlight appdomain): "c:\windows\system32\system.ni.dll" geladen. das laden von symbolen wurde übersprungen. das modul ist optimiert, und die debugoption "nur eigenen code" ist aktiviert. "taskhost.exe" (clr c:\windows\system32\coreclr.dll: silverlight appdomain): "c:\windows\system32\system.xml.ni.dll" geladen. das laden von symbolen wurde übersprungen. das modul ist optimiert, und die debugoption "nur eigenen code" ist aktiviert. "taskhost.exe" (clr c:\windows\system32\coreclr.dll: silverlight appdomain): "c:\data\programs{5c2ef028-5c31-4b76-92ff-0e4cdcdc1c27}\install\phoneapp2.dll" geladen. symbole wurden geladen. "taskhost.exe" (clr c:\windows\system32\coreclr.dll: silverlight appdomain): "c:\windows\system32\microsoft.phone.ni.dll" geladen. das laden von symbolen wurde übersprungen. das modul ist optimiert, und die debugoption "nur eigenen code" ist aktiviert. "taskhost.exe" (clr c:\windows\system32\coreclr.dll: silverlight appdomain): "c:\windows\system32\microsoft.phone.interop.ni.dll" geladen. das laden von symbolen wurde übersprungen. das modul ist optimiert, und die debugoption "nur eigenen code" ist aktiviert. "taskhost.exe" (clr c:\windows\system32\coreclr.dll: silverlight appdomain): "c:\windows\system32\microsoft.phone.maps.ni.dll" geladen. das laden von symbolen wurde übersprungen. das modul ist optimiert, und die debugoption "nur eigenen code" ist aktiviert. "taskhost.exe" (clr c:\windows\system32\coreclr.dll: silverlight appdomain): "c:\windows\system32\en-us\mscorlib.debug.resources.dll" geladen. das modul wurde ohne symbole erstellt. in system.unauthorizedaccessexception ist eine ausnahme vom typ "system.windows.ni.dll" aufgetreten, die nicht vor einer verwalteten/systemeigenen grenze behandelt wurde in system.unauthorizedaccessexception ist eine ausnahme vom typ "microsoft.phone.maps.ni.dll" aufgetreten, die nicht vor einer verwalteten/systemeigenen grenze behandelt wurde in system.reflection.targetinvocationexception ist eine ausnahme vom typ "mscorlib.ni.dll" aufgetreten, die nicht vor einer verwalteten/systemeigenen grenze behandelt wurde in system.io.filenotfoundexception ist eine ausnahme vom typ "mscorlib.ni.dll" aufgetreten, die nicht vor einer verwalteten/systemeigenen grenze behandelt wurde in ms.internal.nativeparseexception ist eine ausnahme vom typ "system.windows.ni.dll" aufgetreten, die nicht vor einer verwalteten/systemeigenen grenze behandelt wurde eine ausnahme (erste chance) des typs "system.windows.markup.xamlparseexception" ist in system.windows.ni.dll aufgetreten.

i made new project map see problem is. doesn't anything.

it's because, don't grant app rights use maps function.

just open wmappmanifest.xml:

  • open capabilities tab
  • check id_cap_map

Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -