UPDATE: It actually seems that MainWindow binding to itself was causing the issue.. not 100% sure yet but I think you can ignore this ;D
Update2: Yep you can defo ignore this. Or delete the tread if you want ;)
Telerik is causing what seems to be a stack overflow exception in VS2012's designer process. After each compile, the program will hang until I terminate said process after which I have to click 'reload designer' and then it'll work again until the next recompile (or control addition, it seems.)
Here's a project to reproduce the issue:
*links removed*
1. Open MainWindow.xaml
2. Compile
3. Change any text, like in the comment I put at the top
4. Recompile
And then it'll hang.. you can kill the xdesproc process, click reload UI, and it'll happen all over again. I tested this on various systems and it always happens. I *think* the problem is limited to the RadDock but I'm not sure of that.
Update2: Yep you can defo ignore this. Or delete the tread if you want ;)
Telerik is causing what seems to be a stack overflow exception in VS2012's designer process. After each compile, the program will hang until I terminate said process after which I have to click 'reload designer' and then it'll work again until the next recompile (or control addition, it seems.)
Here's a project to reproduce the issue:
*links removed*
1. Open MainWindow.xaml
2. Compile
3. Change any text, like in the comment I put at the top
4. Recompile
And then it'll hang.. you can kill the xdesproc process, click reload UI, and it'll happen all over again. I tested this on various systems and it always happens. I *think* the problem is limited to the RadDock but I'm not sure of that.