Wednesday, March 28, 2007

 

Problem with VS.NET Debugger - "error: cannot obtain value"

It happened in the project I am working on when Visual Studio Debugger throws 'error: cannot obtain value' on any variable (DataSet in my case) even when the information is passed correctly from the DataTier into the DataSet.

What was interesting about this error is that it never happened to any other DataSet in the same class. After googling for the problem, I found out that following the insertion to the DataSet, my class had a call to a function with apparently more parameters than VS Debugger can handle and therefore the error.

This looks like an issue with the Debugger that requires attention of our friends at MS.
Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?