I copied V4.1 base.dll from core component external dpendency to my site and see this error when enter admin section :
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0117: 'DotShoppingCart.Commercial.Base.SiteNavigation' does not contain a definition for 'DscHomePage'
Source Error:
Line 16: <tr>
Line 17: <td><img runat="server" src="/Images/StoreAdmin.png" alt="" /></td>
Line 18: <td style="text-align:right;"><a href="<%=SiteNavigation.DscHomePage%>">
Line 19: <img runat="server" src="/Images/ACRLogo.png"
Line 20: alt="<%$ Resources:Common,DSCHomePage %>"/></a></td>
|