A couple of years ago, we built a Web Application in ASP.NET (MVC 4) and used straight-up HttpClient for communicating with ArcGIS Server.
We are giving that app a serious makeover and wanted to leverage the Runtime SDK for .NET to get rid of a lot of our custom code for communicating with AGS. In particular, we want to leverage utilities like QueryTask and the likes.
We just built a sandbox application and on our first request, we get a "Unable to find ArcGISRuntime deployment folder" exception. Before we dig any deeper into this, we just wanted to check that it was even a supported scenario.
Thanks for any help.
Eric.