|
POST
|
Well Michael isn't correct 🙂 Windows will decide to clean out the temp folder when it reaches a certain size - a restart won't affect it. Having said that I'm not sure why it happens - The Runtime hasn't really been certified to run as a multi-user service in a server, typically if files are left around it would be because a process crashed (similar to stopping a debugging session), and I don't know how you're running this in a server environment but that could be part of the issue.
... View more
04-18-2020
08:36 AM
|
0
|
0
|
3099
|
|
POST
|
The files should get auto-deleted once the garbage collector gets rid of the ServiceFeatureTable (if you hit the stop button during a debugging session, that might not get a chance to happen, so you'll probably see more of these left around when debugging, but shouldn't happen during normal production runs)
... View more
04-17-2020
05:33 PM
|
0
|
0
|
3099
|
|
POST
|
...btw an informed guess is that it's likely a unix epoch of sorts.
... View more
04-14-2020
05:01 PM
|
0
|
0
|
2634
|
|
POST
|
The database schema is afaik not documented, and subject to change at any time. Are we missing an API you need, so you don't have to do that? If so, could you describe the scenario/user-story so we can add something to our backlog.
... View more
04-14-2020
04:59 PM
|
0
|
3
|
2634
|
|
POST
|
Which API are you seeing that we return a double instead of a date/time?
... View more
04-14-2020
04:51 PM
|
0
|
5
|
2634
|
|
POST
|
Oops! I forgot to hit merge! Here you go: https://github.com/Esri/arcgis-runtime-demos-dotnet/tree/master/src/SymbolEditor
... View more
04-08-2020
11:50 AM
|
1
|
0
|
1102
|
|
POST
|
The pulse call is when it renders the map, so most likely a graphics driver/rendering issue in the native code. Can you get the message from that exception that's thrown? Also enable "native debugging" in the project settings (debug tab), and it might give a slightly better error. Also does the issue reproduce with v100.7 ?
... View more
04-07-2020
07:56 AM
|
1
|
0
|
5719
|
|
POST
|
Xamarin.Forms is only supported for UWP, iOS and Android. .NET Core and .NET Framework is not supported
... View more
04-02-2020
07:28 PM
|
0
|
1
|
2810
|
|
POST
|
The best way to confirm that, is to use Fiddler (fiddlertool.com). You should either see requests not being repeated, or lots of 304 responses (the latter is if the server only uses ETags with no expiration set, which means we must revalidate the tile each time we request it)
... View more
04-02-2020
03:22 PM
|
0
|
0
|
3953
|
|
POST
|
Specifically you're probably looking for this: arcgis-toolkit-dotnet/ARSceneView.Android.cs at master · Esri/arcgis-toolkit-dotnet · GitHub
... View more
04-02-2020
03:06 PM
|
0
|
1
|
1836
|
|
POST
|
A point is a point. It only contains the information related to the location, (X, Y, Z and M).No additional information can be added. To add attributes, we have a class for that: Graphic (or Feature). Wrt SketchEditor I'm not sure what you expect it to be doing with those attributes? All it does is edit or create geometry. Typically you'll grab the geometry from the graphic, feed it to sketcheditor for editing, then on completion set it back on the graphic.
... View more
04-02-2020
03:03 PM
|
0
|
0
|
1937
|
|
POST
|
For WPF, you'll find that in the Internet Options of Windows: There's no runtime specific API for this. It's something Windows just provides out of the box for wininet (which is what sits under .NET Framework's HttpClient APIs). I'm curious though why you need an API for this? Could you share what your scenario is?
... View more
04-01-2020
09:10 AM
|
0
|
2
|
3953
|
|
POST
|
Depends on the platform, but it typically rely on operation system level caching (which is on-disk)
... View more
03-31-2020
02:22 PM
|
0
|
4
|
3953
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 05-11-2026 07:05 AM | |
| 2 | 03-19-2026 06:03 PM | |
| 1 | 03-03-2026 04:41 PM | |
| 1 | 02-26-2018 07:53 AM | |
| 1 | 02-26-2018 07:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|