Hi all,

We are developing web application for my sharepoint site. Web need to update
data from aspx page, but <SharePoint:FormDigest runat="server"/> can not
execute. Application return error.

Can any body explainme how?

Thanks
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.SharePoint, or one of
its dependencies, was not found.

Source Error:

Line 1: <%@ Register Tagprefix="SharePoint"
Namespace="Microsoft.SharePoint.WebControls"
Line 2: Assembly="Microsoft.SharePoint, Version=11.0.0.0,
Culture=neutral,
Line 3: PublicKeyToken=71e9bce111e9429c" %>

Source File: C:\Program Files\Common Files\Microsoft Shared\Web Server
Extensions\60\template\layouts\docmgr\docmgr.aspx Line: 1

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

=== Pre-bind state information ===
LOG: DisplayName = Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral
(Partial)
LOG: Appbase = file:///C:/Program Files/Common Files/Microsoft Shared/Web
Server Extensions/60/template/layouts/docmgr
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

Re: <SharePoint:FormDigest runat="server"/> by Jeff

Jeff
Thu Nov 04 07:50:16 CST 2004

Bit of a shot in the dark, but did you set trust to WSS_Medium in
Web.config? You need this setting to enable apps to run:

<trust level="WSS_Medium" originUrl="" />

"Ben" <vnbenvn@yahoo.com> wrote in message
news:uCm1rDkwEHA.1452@TK2MSFTNGP11.phx.gbl...
> Hi all,
>
> We are developing web application for my sharepoint site. Web need to
> update
> data from aspx page, but <SharePoint:FormDigest runat="server"/> can not
> execute. Application return error.
>
> Can any body explainme how?
>
> Thanks
> 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.SharePoint, or one
> of
> its dependencies, was not found.
>
> Source Error:
>
> Line 1: <%@ Register Tagprefix="SharePoint"
> Namespace="Microsoft.SharePoint.WebControls"
> Line 2: Assembly="Microsoft.SharePoint, Version=11.0.0.0,
> Culture=neutral,
> Line 3: PublicKeyToken=71e9bce111e9429c" %>
>
> Source File: C:\Program Files\Common Files\Microsoft Shared\Web Server
> Extensions\60\template\layouts\docmgr\docmgr.aspx Line: 1
>
> Assembly Load Trace: The following information can be helpful to determine
> why the assembly 'Microsoft.SharePoint' could not be loaded.
>
> === Pre-bind state information ===
> LOG: DisplayName = Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral
> (Partial)
> LOG: Appbase = file:///C:/Program Files/Common Files/Microsoft Shared/Web
> Server Extensions/60/template/layouts/docmgr
> LOG: Initial PrivatePath = bin
> Calling assembly : (Unknown).
> ===
>
>
>
>