| Author |
Error while creating new page After SP2 installation
|
|
| Prakash 2005-11-22, 2:48 am |
| Hi,
I have installed SP2 on server. After installation I am getting following
error.
Field not found:
Microsoft.ContentManagement.WebAuthor.TemplateGalleriesBrowse.ViewAsList.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.MissingFieldException: Field not found:
Microsoft.ContentManagement.WebAuthor.TemplateGalleriesBrowse.ViewAsList.
Please let me know if any body is aware about the resolution.
Thanks & Regards
Prakash
| |
| Stefan [MSFT] 2005-11-22, 7:49 am |
| Hi Prakash,
I have seen this before.
It does not happen on all boxes - and this is strange.
The following step should resolve this:
Create a backup of the following file:
\Program Files\Microsoft Content Management
Server\Server\IIS_CMS\WebAuthor\Dialogs\
PageCreationWizard\TemplateGalleriesBrow
se\TemplateGalleriesBrowse.aspx
Change the following line:
<asp:ListItem id="ViewAsList" Value="View As List"
Selected="True"></asp:ListItem>
Into this:
<asp:ListItem id="ViewAsList" Value="View As List"></asp:ListItem>
In addition: you should open a support case to get the root cause for this
analyzed.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Prakash" <Prakash@discussions.microsoft.com> wrote in message
news:ACADB607-EC32-4D1A-83C0-B12C9C38CF4E@microsoft.com...
> Hi,
>
> I have installed SP2 on server. After installation I am getting following
> error.
>
> Field not found:
> Microsoft.ContentManagement.WebAuthor.TemplateGalleriesBrowse.ViewAsList.
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information
> about
> the error and where it originated in the code.
>
> Exception Details: System.MissingFieldException: Field not found:
> Microsoft.ContentManagement.WebAuthor.TemplateGalleriesBrowse.ViewAsList.
>
>
> Please let me know if any body is aware about the resolution.
>
> Thanks & Regards
> Prakash
>
>
| |
|
| I also experienced this issue. It was finally resolved by stopping IIS,
clearing out the ASP.NET cache in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files and
restarting IIS.
Note that installation of the SP does not fail if it can't replace some of
the files (because they're in use). Check the event log to make sure you
didn't get any messages like this. I would advise stopping IIS before
installing the SP.
Cheers,
Matt.
| |
|
| That does the trick! Thanks Matt...
"Matt" wrote:
> I also experienced this issue. It was finally resolved by stopping IIS,
> clearing out the ASP.NET cache in
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files and
> restarting IIS.
>
> Note that installation of the SP does not fail if it can't replace some of
> the files (because they're in use). Check the event log to make sure you
> didn't get any messages like this. I would advise stopping IIS before
> installing the SP.
>
> Cheers,
> Matt.
|
|
|
|