Tag Archives: Visual Studio

Visual Studio Caching

Since I’ve been developing with Visual Studio 2010 for SP I can’t help but feel I’ve wasted valuable time trying to resolve issues that the caching mechanism used by Visual Studio has caused. For example, I deployed a feature that … Continue reading

Posted in SharePoint | Tagged | 10 Comments

Debugging SharePoint Timer Service Assemblies

If you’re creating your own workflows and want to be able to debug into your code using the timer service (OWSTIMER.EXE) deploying your assembly to the GAC won’t normally be enough for the correct symbols to be loaded. This is … Continue reading

Posted in General, SharePoint | Tagged , , , | 1 Comment

Visual Studio Tools

This post is more of a reminder for myself than anything else, as I always forget the exact settings required when I move to a new role. The first setting is for listing the strong name key for the active … Continue reading

Posted in General | Tagged | Leave a comment