This is a migrated thread and some comments may be shown as answers.

DataAccess make my project cannot debug

1 Answer 74 Views
Data Access Free Edition
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Squall
Top achievements
Rank 1
Squall asked on 06 Jul 2015, 08:03 AM

Hello.

Im using VS 2013 Update 4. 

Telerik DataAccess version 2015.1.225.1

I created a Test project. Before enchange by DataAccess, it can debug and see the obj variable.

and after project enhanced by DataAccess:

1 Answer, 1 is accepted

Sort by
0
Pavel Uzunov
Telerik team
answered on 08 Jul 2015, 02:10 PM
Hi,

My observations indicate, that this is from the Enhancer. Telerik Data Access uses special Enhancer program, to read and process compiled .NET assemblies for adding persistence capability. Is possible that Enhancer is changing your symbol file (.pdb) somehow.

Our recommendation is to isolate the model in a separate class library project, in which case Enhancer will work only on it. Also, you can see your variable, in the Watch window, after your yield iteration ended.

I hope this information helps.

Regards,
Pavel Uzunov
Telerik
 
Check out the latest announcement about Telerik Data Access vNext as a powerful framework able to solve core development problems.
Tags
Data Access Free Edition
Asked by
Squall
Top achievements
Rank 1
Answers by
Pavel Uzunov
Telerik team
Share this question
or