Error: Cannot evaluate expression because a thread is stopped at a point where garbage collection is impossible, possibly because the code is optimized.
-
I use the following code :
mem.udt_PhonebyMemIDandContactType(memID, null, Txt_MobileNum.Text, null, 4, null);
the value of Txt_MobileNum.Text is unreachable because of the error "Cannot evaluate expression because a thread is stopped at a point where garbage collection is impossible, possibly because the code is optimized." what is it for? what should i do?!!
-
I use the following code :
mem.udt_PhonebyMemIDandContactType(memID, null, Txt_MobileNum.Text, null, 4, null);
the value of Txt_MobileNum.Text is unreachable because of the error "Cannot evaluate expression because a thread is stopped at a point where garbage collection is impossible, possibly because the code is optimized." what is it for? what should i do?!!
you could Google your error message, which yields many including this one[^], it is a slow starter however the end looks interesting. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]