C
Christian
Hi there!
I have an application which communicates alot with a SQL-Server.
It has grids for displaying data and edit-forms for editing data.
I have an AppException handler so I will receive all unhandled
exceptions and ignore them if they aren't important.
But when I edit tables alot, add data and remove data I get the
following exception when I close my app and I isn't caught by my AppExit
handler.
An unhandled exception of type 'System.InvalidOperationException'
occurred in mscorlib.dll
Additional information: LocalDataStoreSlot-lagringen har frigjorts.
The part written in swedish above would roughly translate into:
"LocalDataStoreSlot-Store has been released."
Do anyone know what the problem is.
I use sqldataadapters and commandbuilders.
/Christian
I have an application which communicates alot with a SQL-Server.
It has grids for displaying data and edit-forms for editing data.
I have an AppException handler so I will receive all unhandled
exceptions and ignore them if they aren't important.
But when I edit tables alot, add data and remove data I get the
following exception when I close my app and I isn't caught by my AppExit
handler.
An unhandled exception of type 'System.InvalidOperationException'
occurred in mscorlib.dll
Additional information: LocalDataStoreSlot-lagringen har frigjorts.
The part written in swedish above would roughly translate into:
"LocalDataStoreSlot-Store has been released."
Do anyone know what the problem is.
I use sqldataadapters and commandbuilders.
/Christian