Creating Addins - 'An error occurred, and the wizard could not generate the project.'

More than 12 years old

When doing a little bit of work on a solution that contains a Visual Studio Addin the other day, I noticed that there’s a little bit of an issue …
Read more

Getting Paths for Files in NUnit Tests

More than 12 years old

When using NUnit, sometimes you will want to access files in the test project. These might be xml files with data, assembly references or whatever. …
Read more

Introducing FireKeys

More than 12 years old

I don’t know when I learnt that Windows + E opened up Windows Explorer. It must have been a while ago. But it’s imprinted in my muscle …
Read more

Spider Solitaire and Augmented Reality

More than 12 years old

A while ago, I made an implementation of Solitaire and Spider Solitaire using WPF and my Apex MVVM library. I wrote about it on the CodeProject, in an …
Read more

Switch Updated

More than 12 years old

There have been some problems with the version of Switch uploaded to the Visual Studio Gallery. I’ve created a new version of Switch (1.4) and …

The Visual Studio Experimental Instance

More than 12 years old

Working on some addins lately has taught me a few really useful tricks about debugging in Visual Studio. I’ll update this post over time. The …

Creating Info Tip Handlers with .NET

More than 13 years old

I have just added an article to the CodeProject that discusses how to create Info Tip shell extensions in .NET. These extensions are used by the shell …
Read more

SharpShell

More than 13 years old

SharpShell is a project that I have recently uploaded to CodePlex. This class library, and set of tools and samples, is designed to be a framework to …
Read more

SharpGL 2.1

More than 13 years old

For those who are interested, I’m now starting development of SharpGL 2.1. SharpGL 2.1 will primarily be a release to implement features and fix …

Visual Studio Extensions and Menu Subitems

More than 13 years old

Recently I was working on a Visual Studio Extension for VS2010, instead of a single item in the the tools menu, what I wanted was a single item with a …
Read more