Is there a way to comment out XAML that contains comments?

No, there is no way of having nested comments in XAML. You could use the mc:Ignorable attribute on your root element, and any attribute or element prefixed with that value will be ignored E.g: <UserControl … mc:Ignorable=”i”> <!– Ignore Text attribute –> <TextBlock i:Text=”Hello” /> <!– Ignore entire button –> <i:Button> </i:Button> </UserControl> Note that … Read more

Can Visual Studio 2010 Test Runner run XUnit?

No but you can add an external tool. Go to Tools | External Tools… and click Add Title: xUnit Test Command: xunit.console.exe (set to full path to console test runner) Arguments: $(BinDir)$(TargetName)$(TargetExt) Initial directory: $(BinDir) Click Use Output Window Click OK. This adds the xUnit Test command to the Tools menu. You can then create … Read more

VS 2010, NUNit, and “The breakpoint will not currently be hit. No symbols have been loaded for this document”

There’s another similar question here on Stack Overflow, where I posted my answer with what worked for me. I can set breakpoints and start NUnit directly from Visual Studio 2010 with Debug -> Start New Instance (which I think is your goal). I set nunit.exe as the external program in project -> Properties -> Debugging … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)