Popfly Launch

Interesting post over at the Virtual Earth team’s blog about the launch today of Popfly.  It’ll be fun to get my hands on the add-in for Visual Studio to take it for a spin. The tech world seems to be all caught up in Microsoft’s acquisition of aQuantive today. I hope the launch of Popfly…

Visual Studio: “The breakpoint will not currently be hit. No symbols have been loaded for this document.”

Earlier this week, I was rebuilding a C# Web Service that I’ve been working on, and the changes that I was making weren’t "taking".  That is, when I ran the new code, it was behaving like the old code.  In addition, when I hovered over the breakpoints that I had set, I was getting the…

Visual Studio Projects on a Windows 2003 Server Running SharePoint (MOSS)

If you try to create a new .NET Web project (ASP .NET Web Application or ASP .NET Web Service) on a server running MOSS (or, presumably, SharePoint v2), you will get the error: ‘Unable to create Web Project ‘WebApplication1’. The file ‘c:\inetpub\wwwroot\WebApplication1’ does not correspond to the URL ‘http://localhost/WebApplication1’ where WebApplication1 is the name of…