How to make ReSharper re-evaluate its assembly reference highlighting
I am creating a Prism Project Template, and the template works great. But after I create a project with the template some of … Read more
I am creating a Prism Project Template, and the template works great. But after I create a project with the template some of … Read more
I installed Microsoft SQL Server 2008. When I start SQL Server Management Studio (SSMS), I get the Connect to Server login window with … Read more
I want to delete a line just like hitting Ctrl + X without anything selected, but without saving the line to the copy … Read more
I have a huge solution with multiple projects. Sometime I need to navigate to a file in Solution Explorer. Using the VS 2010 … Read more
I have javascript files that I need them to be saved in UTF-8 (without BOM), every time I convert them to the correct … Read more
I have a very similar problem as described here. I also upgraded a mixed solution of C++/CLI and C# projects from Visual Studio 2008 to … Read more
When I try to open my Visual Studio project I get the following error: Asp.Net has not been registered on the webserver you … Read more
I’m currently working on a solution that initially contained one project (My.First.Project.Name). I’ve installed Castle Windsor by executing: Install-Package Castle.Windsor I’ve just added … Read more
I just open a console application and I type Console.WriteLine(“Test”); But the output window doesn’t show this. I go to the output window … Read more
Does Visual Studio 2010 have a built-in way to quickly find/open files, similar to the Ctrl+Shift+O function in Eclipse? Or does ReSharper offer … Read more