Tag Archives: Visual Studio 2010

How to execute ms tests in parallel on multi-cpu / core machines

VS 2010 supports running MS Tests in parallel. Most of the machines available in the market are multi-cpu / core machines. This will help us to increase the number of tests executing in same time, which will reduce total test … Continue reading

Posted in .Net, Unit Testing, Visual Studio | Tagged , , , , , | 1 Comment

Cloak option missing from source control explorer context menu

Ever noticed some time cloak menu item missing from source control explorer context menu? Cloak option is missing from source control explorer context menu Cloaking used to prevent users from viewing specified workspace folders or for folders you do not … Continue reading

Posted in Miscellaneous, Version Control, Visual Studio | Tagged , , , | 1 Comment

Debugging NUnit Tests in Visual Studio 2010

If you are using NUnit with .Net 4.0 assemblies in Visual Studio 2010, while debugging, you will get this warning from breakpoints locations, “The breakpoint will not currently be hit. No symbols have been loaded for this document” This issues … Continue reading

Posted in .Net, .Net 4.0, Unit Testing, Visual Studio, Windows 7 | Tagged , , , , , | Leave a comment

Open Visual Studio Files As Administrator

Debugging WCF service requires to run the visual studio as Administrator, you can do it by right clicking the Visual Studio shortcut, Select Properties, and in Shortcut tab, click on Advanced button, it will display Advanced Properties, check the Run … Continue reading

Posted in Miscellaneous, Visual Studio, Windows 7 | Tagged , , , , | Leave a comment

CSC : error CS1548: Cryptographic failure while signing assembly xxx.dll Error signing assembly — Access is denied

Yesterday I got this error while building my application after installing Windows 7 x64. I thouoght it was because of X64 OS, but later I found it doesn’t have anything to do with X64 OS. I don’t know the actual … Continue reading

Posted in .Net, .Net 4.0, Uncategorized, Visual Studio | Tagged , , , , , | Leave a comment