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).
===