hi. does anybody know how to correct the below problem? The code i have and the assembly version i have are different. is this as simple as finding my current assembly version and replacing it with the assembly number below? how do i get my current assembly version? thanks in advance.
[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: The located assembly's manifest definition with name 'Microsoft.Web.UI.WebControls' does not match the assembly reference.
Source Error: (the second line was the one in red)
Line 1: <%@ Import Namespace="Microsoft.Web.UI.WebControls" %>
Line 2: <%@ Register TagPrefix="mytab"
Line 3: Namespace="Microsoft.Web.UI.WebControls"
Line 4: Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
[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: The located assembly's manifest definition with name 'Microsoft.Web.UI.WebControls' does not match the assembly reference.
Source Error: (the second line was the one in red)
Line 1: <%@ Import Namespace="Microsoft.Web.UI.WebControls" %>
Line 2: <%@ Register TagPrefix="mytab"
Line 3: Namespace="Microsoft.Web.UI.WebControls"
Line 4: Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>