Microsoft Content Management Server - Server Error in '/WoodgroveNet' Application.

This is Interesting: Free IT Magazines  
Home > Archive > Microsoft Content Management Server > June 2005 > Server Error in '/WoodgroveNet' Application.





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Server Error in '/WoodgroveNet' Application.
Ajay

2005-06-20, 5:59 pm

Hi Everyone,

I hope someone can help. I was adjusting postings in Site Manager, using
Visual Studio .NET to go through a placeholder tutorial, and the Web Author
to make a new page. I did create some templates based on the Woodgrove
sample. Basically I customised some of that Woodgrove site - but nothing
drastic; copied templates here and there, renamed them, changed the odd
colour - but didn't alter the code.

Unfortunately, I don't know exactly what triggered the error below. When I
now try to access the Woodgrove Net sample site:

Server Error in '/WoodgroveNet' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.

Parser Error Message: File or assembly name
Microsoft.ContentManagement.WebControls, or one of its dependencies, was not
found.

Source Error:


Line 2: <%@Import Namespace="Microsoft.ContentManagement.Publishing" %>
Line 3: <%@Import Namespace="System.Collections" %>
Line 4: <%@ Register TagPrefix="cms"
Namespace="Microsoft.ContentManagement.WebControls"
Assembly="Microsoft.ContentManagement.WebControls" %>
Line 5: <%@ Import Namespace="System.Web"%>
Line 6: <TITLE>


Source File: C:\Program Files\Microsoft Content Management Server\Sample
Data\WoodgroveNet\UserControls\HeadTags.ascx Line: 4

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'Microsoft.ContentManagement.WebControls' could not be
loaded.


=== Pre-bind state information ===
LOG: DisplayName = Microsoft.ContentManagement.WebControls
(Partial)
LOG: Appbase = file:///C:/Program Files/Microsoft Content Management
Server/Sample Data/WoodgroveNet
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Microsoft.ContentManagement.WebControls
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
Files/woodgrovenet/1a4cb6c2/9c09c502/Microsoft.ContentManagement.WebControls.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
Files/woodgrovenet/1a4cb6c2/9c09c502/Microsoft.ContentManagement.WebControls/Microsoft.ContentManagement.WebControls.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Content Management Server/Sample
Data/WoodgroveNet/bin/Microsoft.ContentManagement.WebControls.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Content Management Server/Sample
Data/WoodgroveNet/bin/Microsoft.ContentManagement.WebControls/Microsoft.ContentManagement.WebControls.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
Files/woodgrovenet/1a4cb6c2/9c09c502/Microsoft.ContentManagement.WebControls.EXE.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
Files/woodgrovenet/1a4cb6c2/9c09c502/Microsoft.ContentManagement.WebControls/Microsoft.ContentManagement.WebControls.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Content Management Server/Sample
Data/WoodgroveNet/bin/Microsoft.ContentManagement.WebControls.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Content Management Server/Sample
Data/WoodgroveNet/bin/Microsoft.ContentManagement.WebControls/Microsoft.ContentManagement.WebControls.EXE.




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET
Version:1.0.3705.288


Many thanks in advance for any advice given.

Sincerely,

Ajay


Angus Logan [MVP]

2005-06-21, 7:59 am

Hi Ajay,

Download and install
http://www.microsoft.com/downloads/...&displaylang=en

Also you MAY need to copy the dll to your bin directory.

Regards

--
________________________________________


Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________

"Ajay" <Ajay@discussions.microsoft.com> wrote in message
news:051A499F-F3F7-40CD-B133-EF3FDE922D44@microsoft.com...
> Hi Everyone,
>
> I hope someone can help. I was adjusting postings in Site Manager, using
> Visual Studio .NET to go through a placeholder tutorial, and the Web
> Author
> to make a new page. I did create some templates based on the Woodgrove
> sample. Basically I customised some of that Woodgrove site - but nothing
> drastic; copied templates here and there, renamed them, changed the odd
> colour - but didn't alter the code.
>
> Unfortunately, I don't know exactly what triggered the error below. When I
> now try to access the Woodgrove Net sample site:
>
> Server Error in '/WoodgroveNet' Application.
> --------------------------------------------------------------------------------
>
> Parser Error
> Description: An error occurred during the parsing of a resource required
> to
> service this request. Please review the following specific parse error
> details and modify your source file appropriately.
>
> Parser Error Message: File or assembly name
> Microsoft.ContentManagement.WebControls, or one of its dependencies, was
> not
> found.
>
> Source Error:
>
>
> Line 2: <%@Import Namespace="Microsoft.ContentManagement.Publishing" %>
> Line 3: <%@Import Namespace="System.Collections" %>
> Line 4: <%@ Register TagPrefix="cms"
> Namespace="Microsoft.ContentManagement.WebControls"
> Assembly="Microsoft.ContentManagement.WebControls" %>
> Line 5: <%@ Import Namespace="System.Web"%>
> Line 6: <TITLE>
>
>
> Source File: C:\Program Files\Microsoft Content Management Server\Sample
> Data\WoodgroveNet\UserControls\HeadTags.ascx Line: 4
>
> Assembly Load Trace: The following information can be helpful to determine
> why the assembly 'Microsoft.ContentManagement.WebControls' could not be
> loaded.
>
>
> === Pre-bind state information ===
> LOG: DisplayName = Microsoft.ContentManagement.WebControls
> (Partial)
> LOG: Appbase = file:///C:/Program Files/Microsoft Content Management
> Server/Sample Data/WoodgroveNet
> LOG: Initial PrivatePath = bin
> Calling assembly : (Unknown).
> ===
>
> LOG: Policy not being applied to reference at this time (private, custom,
> partial, or location-based assembly bind).
> LOG: Post-policy reference: Microsoft.ContentManagement.WebControls
> LOG: Attempting download of new URL
> file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
> Files/woodgrovenet/1a4cb6c2/9c09c502/Microsoft.ContentManagement.WebControls.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
> Files/woodgrovenet/1a4cb6c2/9c09c502/Microsoft.ContentManagement.WebControls/Microsoft.ContentManagement.WebControls.DLL.
> LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
> Content Management Server/Sample
> Data/WoodgroveNet/bin/Microsoft.ContentManagement.WebControls.DLL.
> LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
> Content Management Server/Sample
> Data/WoodgroveNet/bin/Microsoft.ContentManagement.WebControls/Microsoft.ContentManagement.WebControls.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
> Files/woodgrovenet/1a4cb6c2/9c09c502/Microsoft.ContentManagement.WebControls.EXE.
> LOG: Attempting download of new URL
> file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
> Files/woodgrovenet/1a4cb6c2/9c09c502/Microsoft.ContentManagement.WebControls/Microsoft.ContentManagement.WebControls.EXE.
> LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
> Content Management Server/Sample
> Data/WoodgroveNet/bin/Microsoft.ContentManagement.WebControls.EXE.
> LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
> Content Management Server/Sample
> Data/WoodgroveNet/bin/Microsoft.ContentManagement.WebControls/Microsoft.ContentManagement.WebControls.EXE.
>
>
>
>
> --------------------------------------------------------------------------------
> Version Information: Microsoft .NET Framework Version:1.0.3705.288;
> ASP.NET
> Version:1.0.3705.288
>
>
> Many thanks in advance for any advice given.
>
> Sincerely,
>
> Ajay
>
>



Ajay

2005-06-21, 7:59 am

Thanks for the response, Angus.

I tried running the web controls MSI file, which worked fine, but I still
get the same error message.

Could you clarify which .dll file you were referring too, and where to put
it? I did browse the server's hard disk, and did find a
Microsoft.ContentManagement.WebControls.dll file beforehand.

I was editing the Woodgrove web.config file, then edited it back - or so I
thought. Could messing up that file have something to do with this?

I noticed a similar issue in another thread called "after:
http://localhost/channels", posted by on 4/6/2005 by Dariusz Tomon, and he
suggested that doing something-or-other (he wasn't specific) with Web.Config,
solved his very similar issue.

I can't even access http://localhost/channels - a similar error occurs.

Also, in the interim, I removed .NET Framework 1.0 and installed version
1.1, thinking that would help. Unfortunately, it hasn't.

Thanks again,

Ajay
Angus Logan [MVP]

2005-06-23, 7:50 am

Hi Ajay,

See Stefan's Post to a similar issue:
http://groups-beta.google.com/group...5b9676992?hl=en

Regards
--
________________________________________


Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________

"Ajay" <Ajay@discussions.microsoft.com> wrote in message
news:302DDBAF-F48F-4D10-BFC1-8A1D97999BF3@microsoft.com...
> Thanks for the response, Angus.
>
> I tried running the web controls MSI file, which worked fine, but I still
> get the same error message.
>
> Could you clarify which .dll file you were referring too, and where to put
> it? I did browse the server's hard disk, and did find a
> Microsoft.ContentManagement.WebControls.dll file beforehand.
>
> I was editing the Woodgrove web.config file, then edited it back - or so I
> thought. Could messing up that file have something to do with this?
>
> I noticed a similar issue in another thread called "after:
> http://localhost/channels", posted by on 4/6/2005 by Dariusz Tomon, and he
> suggested that doing something-or-other (he wasn't specific) with
> Web.Config,
> solved his very similar issue.
>
> I can't even access http://localhost/channels - a similar error occurs.
>
> Also, in the interim, I removed .NET Framework 1.0 and installed version
> 1.1, thinking that would help. Unfortunately, it hasn't.
>
> Thanks again,
>
> Ajay



Ajay

2005-06-24, 8:48 pm

I've had to re-install everything.

Still, I checked out the link (thanks for that, by the way), and the
information was very interesting.

Ajay
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com