WPF crashes on XP SP2
To add to my above message...I needed to create another local account to test my application. I wanted to impersonate this account using "runas".Even with the "Turn off advanced text services" checked...
View ArticleWPF crashes on XP SP2
I was getting the same exception when clicking on TextBoxes in my WPF app.I tried removing the Handwriting Recognition as suggested above, but it did not help.I also removed Speech Recognition in the...
View ArticleWPF crashes on XP SP2
Denis,Can you tell if the machine on which you had this issue a tablet PC?
View ArticleWPF crashes on XP SP2
Yes, I removed this Handwriting Recognition components, and after that the problem is gone ! Thanks, Siri.
View ArticleWPF crashes on XP SP2
Denis,If its possible can you remove the Handwriting Recognition components (if you dont need them) and try. - EN Handwriting Recognition On-screen standard keyboard...
View ArticleWPF crashes on XP SP2
We had a similar problem with crashing in textboxes, although I can't say for sure it was the same problem. I updated the video drivers on the system and the crashing went away. The video card was an...
View ArticleWPF crashes on XP SP2
Hey Denis, Did you get the answer to your question above?I am facing the same problem. Clicking on any TextBox in WPF crashes.
View ArticleWPF crashes on XP SP2
- Does the crash repro outside of the browser, in stand-alone apps? Yes, it repro in all applications (stand-alone and XBAP). - Is there any time when when you can set focus to a TextBox without...
View ArticleWPF crashes on XP SP2
I haven't seen this issue before. Could you tell us a bit more about your XP environment? I'd like to repro the problem locally. - Does the crash repro outside of the browser, in stand-alone apps?-...
View ArticleWPF crashes on XP SP2
WPF crashes when I set focus on any editable text control (TextBox/RichTextBox) for example on this xaml: <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">...
View Article