While panning around entire application just closes just simply panning around.

3224
4
06-20-2015 05:15 PM
BrianLocke
Occasional Contributor II

While panning application closes without warning,

A first chance exception of type 'System.Exception' occurred in Esri.ArcGISRuntime.dll

A first chance exception of type 'System.Exception' occurred in mscorlib.

this is all I know, everything is up to date using 10.2.5.0

did a build placed on another machines, same thing.  Here is the Event File

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Application Error" /> 
  <EventID Qualifiers="0">1000</EventID> 
  <Level>2</Level> 
  <Task>100</Task> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2015-06-20T02:37:19.000000000Z" /> 
  <EventRecordID>42276</EventRecordID> 
  <Channel>Application</Channel> 
  <Computer>#############</Computer> 
  <Security /> 
  </System>
- <EventData>
  <Data>Flames.exe</Data> 
  <Data>1.0.0.0</Data>

  <Data>5584c3e0</Data> 
 <Data>MSVCR120.dll</Data> 

<Data>12.0.21005.1</Data>

<Data>524f7ce6</Data>

<Data>40000015</Data>

<Data>000a7676</Data>

<Data>4160</Data>

<Data>01d0ab0199eaf355</Data>

<Data>##\FLAMES-DEV\#####.exe</Data>

<Data>##\FLAMES-DEV\arcgisruntime10.2.5\client32\MSVCR120.dll</Data>

<Data>450e1213-16f5-11e5-b6b4-34e6d71b272d</Data>

</EventData>

</Event>

any ideas???

Tags (1)
0 Kudos
4 Replies
BrianLocke
Occasional Contributor II

Cannot run Intellitrace with call view on either, getting a 403, I am guessing that has something to do with Credentials Manager??

0 Kudos
AnttiKajanus1
Occasional Contributor III

Hey Brian,

Can you attach a repro solution so I can have a look?

0 Kudos
BrianLocke
Occasional Contributor II

Hey Antti, please excuse the late response, unfortunately I will not be able to spin up an example or get something to you in time but I think that I was able to hone in on my issue.  I was doing a Hit Test on the MapView Mouse Move Event.  I saw that you guys had been using the bool _isMapReady in some of the examples.  Borrowed this little recipe and that has seemed to fix my problem.  Good job on .net btw, was a little frustrating at first after spending so much time in the WPF.  Was able to get the application moved over in about 4 months so not too bad.

Thanks again Antti

0 Kudos
AnttiKajanus1
Occasional Contributor III

Hey Brian Locke

Thanks, 10.2.6 was a big push and we also managed to fix some stability issues related to HitTesting. It's good to know that you have managed to move over to it. If you have time and you can, could you record a short video what you are doing with the runtime?

0 Kudos