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

VS 2008 crash when stop encounter

2 Answers 34 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Benoit Massy
Top achievements
Rank 1
Benoit Massy asked on 19 Feb 2010, 05:39 PM
Hi,

If I put a stop command in vb.net in the detail_ItemDataBound event, VS crash. If I put a break line in the code, the code doesn't stop. Is there a way to break execution in the design preview?

thanks

2 Answers, 1 is accepted

Sort by
0
Benoit Massy
Top achievements
Rank 1
answered on 19 Feb 2010, 05:50 PM
I found a way. I must be create un project, put the class in reference and the break now is working.
0
Steve
Telerik team
answered on 22 Feb 2010, 01:06 PM
Hello Benoit Massy,

You cannot debug the reports, while you're using Preview. As described in the Best Practices help article (and as you have found out), you should create a separate class library for the reports, which is referenced in your actual project and use that project in run time when you need to debug the reports.

Greetings,
Steve
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Benoit Massy
Top achievements
Rank 1
Answers by
Benoit Massy
Top achievements
Rank 1
Steve
Telerik team
Share this question
or