Click here to Skip to main content
16,005,038 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
In my application i want to write some geographical data and some other details in an kml file, and read those details from an kml file and use it in our application.

for this purpose i want to read and write kml file in our application and i want to do manipulation on the kml file and its data.

in mainpage.xaml.cs we write the fo;;owing code

xdocument xdoc=new xdocument(Ptest.kml);

in the above line it showing an error messgae i.e "the specified file does not appear in the xap package"

this is the error we are getting, please if any body knows the reason please reply me other wise if you know any alternate way to read an kml file, please post .

Thanks& Regards
v.s.r.k.raju
Posted
Comments
p3@nut 2-Jun-11 14:15pm    
Hi
Have you found a solution for your problem? We are looking to do some work in c# with KML files but can find any kind of directions as how to do it.

Thanx

1 solution

What makes you think the file IS in the package ? What is the exact error message?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900