Day of the Developer

Living the life of a developer. What is development work really like?

<May 2007>
SuMoTuWeThFrSa
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

Post Categories

Article Categories

News

I'm a dad :) Welcome to a new life.

Navigation

Software Business Tips

My Sites

Subscriptions



The type or namespace name 'ProfileCommon' could not be found

What the hell does that mean?

That was my initial response.

I uploaded a new version of my .NET 2.0 website.  In the process I had changed it from a File based web site, to an ASP.NET web application (same as for .NET 1.1)

After uploading it, I got that error while my site was compiling.

Eventually I tracked it down.  I replaced my files instead of deleting the site clean and starting over.

As part of that, I left behind the PrecompiledApp.config file from the old version.

When I deleted it, suddenly everything started working again.

 

posted on Monday, May 07, 2007 11:44 PM by admin

Powered by Community Server, by Telligent Systems