I am getting an Error (Exception) : Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
In my Code I am using a Hashtable to store some data at the Run Time and also when the use of that particular data with a key is over i delete the key from the hashtable. This process is done on different Threads.
Can This be the Reason for this Error or there is any other such problem which causes this exception?
Hope the Question is understood. In case any query related, reply.
In my Code I am using a Hashtable to store some data at the Run Time and also when the use of that particular data with a key is over i delete the key from the hashtable. This process is done on different Threads.
Can This be the Reason for this Error or there is any other such problem which causes this exception?
Hope the Question is understood. In case any query related, reply.