-
on application start I am loading layers into the map. i do have a splash screen that will display the status of the objects loaded. I have to use pInvoke to get the label to display text as the main form is loading.
-
It sometimes happens and sometimes not. This is on the same project with no changes. I will start it and all works fine. Next time it will throw the exception with the same layers being loaded. Other times after I have been in the app for some time I change the layer categories and it displays the exception. I shut it down and try the same thing again and issues. Then next day it might happen again. Its sporadic.
-
Not sure where I add the column. In the Task Manager?
-
This has been happening even with compiles against the .NET2 Framework. I've upgraded over the years and its happened although I cant say for sure which ones I have seen it more with.
-
I don't use any threading or background worker. only thing i use is Pinvoke in the splashscreen.
~AGP