Spot Hidden Exceptions using IntelliTrace

Recently I’ve been able to replace my Visual Studio 2010 Professional with Visual Studio 2010 Ultimate and the first feature I wanted to try was IntelliTrace, to see how it could help me debug and improve the quality of my software. After giving a l


Playing with Profilers - always take a look at your most called functions!

...even if they don’t seem to consume too much time. I have finally found some ‘time slots’ to assign to code profiling activities, so I decided to take advantage of the dotTrace License that was kindly awarded to me by JetBrains (thanks again to Jet


How to update your TFS Workspace after CodePlex upgrade to TFS2010

Recently CodePlex updated their TFS to the 2010 version, during the update your reference TFS server may have changed name (like it happened for Dexter, our original TFS server was tfs05.codeplex.com and now it is tfs.codeplex.com). To switch to the


MSI: a simple Delete Files Custom Action

Reviewing the Install/Uninstall process I’ve created using the standard Visual Studio Setup Project template, I’ve noticed that some files were always left on the installation folder after a complete program uninstall sequence. The default behavior


NUnit extensibility: an Addin to dynamically load other Addins

One of the major problems when it comes to NUnit extensibility is the limitation that you must deploy your Addins in a subfolder (named ‘addins’) under the installation (or run) path of NUnit, so if you build some customization and extension an...


NUnitit: Visual Studio Addin to support NUnit and some customizations to it

These days I’m heavily working on NUnit to build some extensions to the testing framework we need on our projects. We need a simple way to launch our tests inside visual studio while developing. Our first solution was to use TestDriven.NET or t...


Internet Explorer 8 causes troubles to Vista and TestDriven.Net (‘test with...debugger’ not working)

Two days ago I installed Internet Explorer 8 and I have to admit I was quite satisfied by its performance... it seemed more responsive and with faster load times compared to Ie7. However today I started to experience the first problems...in Wi...


Resharper 4.5 beta - give it a try!

I’m a fan of Resharper, I think it’s one of the best (if not THE best) Visual Studio add-in you can find around; but it always have had stability problems (mitigated by a wrapper used to launch Visual Studio, see my previous post: Resharper and...


VS2008 SP1 + PowerCommands = Toolbox AddItems...Crash!

And it happened to me too...I was trying to add some new controls to my toolbox (the Silverlight toolkit in the specific) and I got that nasty IDE crash, it all shut down without notice nor errors. I started to look around in the Internet to s...


C#/VB interop and reference problems in Visual Studio 2003 (BC30007)

You never end learning something new, I taught I have seen enough when dealing with solutions with C# and VB.NET mixed projects, today working on a legacy system I found the following scenario: Project A - VB project, defines a set of base cla...


 1 di 2   1  »  Last »