Hello,
I am using a richeditcontrol and when debugging my program step by step, by openning the details of my richeditcontrol, my Visual Studio freeze during 10 seconds and then I am getting an timeout by the "OpenDocumentsBytes" property.
Hello,
I am using a richeditcontrol and when debugging my program step by step, by openning the details of my richeditcontrol, my Visual Studio freeze during 10 seconds and then I am getting an timeout by the "OpenDocumentsBytes" property.
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
You are welcome, Yannick!
Feel free to contact us if you have more questions regarding our products.
Hello,
I am using DevExpress version 17.2.6 (Windows Forms) with Visual Studio 10 SP1 and get the same problems as described above. Hasn't this problem been fixed yet for Visual Studio 10?
Hi Patrick,
Please review the following ticket, which describes why this happens:
Snap - Debuging in Visual Studio - Function evaluation time out
Let me know if you have further questions.
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hi,
It is difficult to diagnose this problem based only on the provided information. Would you please send us a sample project that we can use to replicate this problem? This way, we will be able to research it and determine the cause of the problem. Your time and cooperation are greatly appreciated.
I look forward to your response.
Hello,
here is a sample. Set a breakpoint a the line "richEditControl1.Text = "Set Breakpoint here";" and then launch the Project.
When the programm reach the breakpoint, in your "Auto" variables, open the "richEditControl1" details and scroll down. At this moment my VS2013 freeze during 10 seconds and I am getting an timeout.
Hi,
We have successfully reproduced the behavior you described and passed this ticket to our developers for further research. It seems that when Visual Studio stops at the breakpoint, some of the RichEditControl properties aren't initialized yet, and when your try to check these properties, it takes too much time for Visual Studio to do that. As a workaround, I suggest you check the solution that I have found on the Internet: Function evaluation timed out when examining variables in debug/stepping through.
Please bear with us. We will notify you as soon as we make any progress.