application crash because of an AccessViolationException

800
1
10-19-2016 01:55 AM
Pierre-JeanMuller
New Contributor III

I got this exception for my application. Can you figure out the problem?

RunTime version 10.2.7, windows 10, we use the dll for accessing and modifying feature services.

Application : Rt.TriREM.ClientProxy.Application.exe
Version du Framework : v4.0.30319
Description : le processus a été arrêté en raison d'une exception non gérée.
Informations sur l'exception : System.AccessViolationException
à RuntimeCoreNet.CoreFeatureSourceNativeMethods.CoreFeatureSource_Dispose(IntPtr, IntPtr)
à RuntimeCoreNet.CoreFeatureSource.Finalize()

0 Kudos
1 Reply
AnttiKajanus1
Occasional Contributor III

Looks like it has something to do with FeatureLayers/FeatureTables dispose. I assume that you are seeing this either when you are removing FeatureLayers/Tables from a map or closing an application. It's hard to say why this is occurring or what is the real cause.

0 Kudos