Silverlight 3 debugging error in Visual Studio 2010

“Unable to start debugging. The application uses a version of Silverlight that is not supported by the debugger.” Yeah, got that one. It’s actually a pretty clear error message once you understand a few things. First, debugging Silverlight applications requires the Developer Runtime version of Silverlight. If Visual Studio installs Silverlight for you, you will […]

May 4, 2010 В· Jouni Heikniemi В· One Comment
Tags: ,  В· Posted in: .NET

Visual Studio web debugging: Attaching to IIS with a keyboard shortcut

Nothing new here, but why do we tolerate repetitive chores so easily? For some reason web developers seem to have extreme patience when it comes to attaching the Visual Studio debugger to the IIS process (w3wp.exe, aspnet_wp.exe or what have you). It’s ridiculously clumsy to open the Attach to Process window and then find the […]

June 17, 2009 В· Jouni Heikniemi В· No Comments
Tags: , ,  В· Posted in: .NET