SharePoint - MOSS 2007 "File Not Found" error

Asked By chris
28-Dec-06 05:51 PM
Hi - -

When I hit any page under _layouts, I get a page which reads "File Not
Found".  In the Event Log, I have the following:

Load control template file /_controltemplates/UserFieldEditor.ascx
failed: Could not load the assembly
'Microsoft.SharePoint.ApplicationPages'. Make sure that it is compiled
before accessing the page.

There a a bunch like that.  Then I have this:

Error: Failure in loading assembly: Microsoft.SharePoint.Portal,
Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c

Which seems odd given that I'm using 2007.  Can anyone shed some light
on this?  Thanks.

chris
ASP.NET
(1)
IIS
(1)
SharePoint
(1)
  Ryan Rupert replied...
07-Feb-07 12:03 PM
we have the same problem, do you have the fix
  giri.tharmanantha replied...
09-Feb-07 07:23 AM
Did you use the ASP.NET "Edit Configuration" tool in inetmgr?  I did
and got this same problem.  I think it is trashing the web.config,
because when I copy a "clean" web.config from another site (inetpub\wss
\someothersite) then it works again

hth
  chris replied...
10-Feb-07 10:05 AM
It seems that when you modify the web.config with the IIS tool, it
adds an attribute (xmlns) to the <configuration> tag like so:
v2.0">.
help
sharepoint resource requirement SharePoint what are the pre and post resource requirements for moving an existing intranet using iis and asp.net 2.0 to sharepoint? SharePoint Portal Server Discussions SharePoint (1) IIS (1) F0038519FE95 (1) Hi, What do you mean by 'Moving an existing IIS
How do i deploy an asp.net application to sharepoint server? SharePoint I have an asp.net application and i want to deploy it to a windows sharepoint services version 3.0, how do i do this? - - Lifelong learner! SharePoint Development Discussions SharePoint Server 2007 (1) SharePoint (1) Office (1) ASP.NET (1) IIS (1
integration asp.net with sharepoint server 2007 possibilities SharePoint I'm new to both asp.net development and sharepoint 2007. I was wondering if it was possible to design an asp.net application first as a standalone web application and later integrate it with sharepoint when
Single Sign On to ASP.NET application SharePoint I’m recently assigned to create a link on our sharepoint site which opens up an ASP.NET 2.0 web application. Both our Sharepoint site and the ASP.NET 2.0 website use forms Authentication with membership provider. Both of them work perfectly
SSO from WSS to an ASP.NET 2.0 site SharePoint I’m recently assigned to create a link on our sharepoint site(Created by windows sharepoint service) which opens up an ASP.NET 2.0 web application. Both our Sharepoint site and the ASP.NET 2.0 website use forms Authentication with membership provider. Both