C# ASP.NET SQL SERVER

type or namespace name 'ProfileCommon' could not be found

I recently hit this compile error while converting a Visual Studio web site project to a VS2008 Web App project: The type or namespace name 'ProfileCommon' could not be found (are you missing a using directive or an assembly reference?)

Turns out that Web Applications don't support the auto generation of the ProfileCommon object like web site projects do. To get this to work install this VS addin and then add it to the build process as described here.

» Similar Posts

  1. Deployed ASP.NET MVC app gives 404 on About Page
  2. Order of Usings in C#
  3. VS2008 bugs

» Trackbacks & Pingbacks

    No trackbacks yet.
Trackback link for this post:
http://guyellisrocks.com/trackback.ashx?id=60

» Comments

    There are no comments. Kick things off by filling out the form below.

» Leave a Comment