I found that suddenly, when I debug my project, the Window does not open, why is that? I get no errors too

Video on Screenr

UPDATE: SetCurrentValue() the cause?

I found that MarkdownEditor.SetCurrentValue() seem to be the cause. When I pause the debugging, I get

However after commenting that line, when I debug, it still hangs ... and at the commented line ...

MarkdownEditor is a UserControl public partial class MarkdownEditor : UserControl, INotifyPropertyChanged { }

Whats wrong with the SetCurrentValue() tho?

UPDATE 2

I discovered why the changes does not make a difference, I am referencing a dll. So changes I make don't commit. So now the question is what the problem with that line?

link|improve this question

Your question has nothing to do with Visual Studio. Please add better tags. We can't even tell what kind of code you're writing. – John Saunders Nov 24 '10 at 3:11
Too late, but were you able to find the problem? – akjoshi Oct 13 '11 at 13:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.