Esri / arcgis-maps-sdk-dotnet-samples

Sample code for ArcGIS Maps SDK for .NET – WPF, WinUI, .NET MAUI
Apache License 2.0
415 stars 518 forks source link

File "SampleDescriptions.xml" not found #91

Closed estercolero82 closed 9 years ago

estercolero82 commented 9 years ago

In the Project "ArcGISRuntime.Samples.Desktop", the resource "Assets\SampleDescriptions.xml" is not found, and the main Project "ArcGISRuntime.Samples.DesktopViewer" uses the file to classify by category.

katydalton commented 9 years ago

@estercolero82 - That file should get automatically generated when you build the entire solution. Could you let me know if you're still having issues with the project not finding the file?

estercolero82 commented 9 years ago

Hello Katy,

The problem was that I can't compile github compilation code, maybe because I'm using Visual Studio 2012 instead of 2013, so I have mode the code in a new project but forgot to include the automatic generation of the documentation file.

Now I can run the examples without problem. Thank you for your response.