- 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 crashing?
No
- What language version of XP are you running?
English (US)
- Under Control Panel \ Regional and Language Options \ Languages \ Details, what do you see listed? What is your default language and what are the installed services?
Default input lang: English (US). On "Advanced" tab all checkboxes are unchecked. Default lang: English.
Installed services:
- EN
Handwriting Recognition
On-screen standard keyboard
On-screen symbol keyboard
Keyboard
US (selected)
- RU
Keyboard
Russian
- If you can catch this under a debugger, is there an inner exception?
InnerException is null. Call Stack shows "[External Code]"
- Is the TextBox customized in any way?
No
- Do you see this crash on any other machines?
No, on other machines all OK.
------------
Exception occurs only when I click to TextBox by mouse. When I programmatically set focus by Keyboard.Focus(textBox) in Loaded event handler, all works without exceptions and I can type text in the TextBox.