Sometimes, when editing my Window
in the XAML editor, the property tab just locks it self from receiving any keyboard press, I can`t even add events, I have to restart VS to work again. I still can edit using the XAML code, but the properties became read-only.
Am I the only one having this problem? Any workaround?
btw: desktop WPF
There is a workaround posted by Tuan Tran 2 on 10/9/2014 at 7:36 PM on Microsoft Visual Studio and NET Framework Home Page:
Open Notepad, copy and paste this piece of code: taskkill /f /im XDesProc.exe
Save it with .bat extension.
Run the file by double click it whenever the property windows is not responding.
... or instead, simply kill the process XDesProc.exe
in Task Manager.
Visual Studio will then give you the option to start again the designer. For what I read, Microsoft have knowledge of this bug, but there is no status for it yet. Hope they resolve the issue very soon.
* UPDATE * @ajakblackgoat, great idea! You can add the command to Visual Studio as an External Tool:
and use it directly in the Tools Menu:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With