I am facing exceptions when opening the Visual Studio Designer.
You can find the complete stack trace here.
I already asked a question where I explained that the crash occurred when passing from XAML to Designer.
An answer suggested to debug the designer with a second instance of Visual Studio.
I've tried the following :
- Open a second instance of Visual Studio, attach the
devenv.exe
process, put a breakpoint onInitializeComponent
(which is called by the constructor of myRadWindow
). - Go to the first instance of Visual Studio, open the designer.
Nothing happened (i.e. the breakpoint isn't reached). Do you have any idea of how can I perform the debug ?
Thank you in advance.