asp.net - CS1002: ; expected but no embedded C# -
not sure i'm missing here. don't know wants me put semicolon at. line 9 says error at.
server error in '/' application. compilation error description: error occurred during compilation of resource required >to service request. please review following specific error details , >modify source code appropriately.
compiler error message: cs1002: ; expected
source error:
line 7: <%@ register assembly="chartfx.webforms.adornments.8, version=8.0.5693.19342, culture=neutral, publickeytoken=a1878e2052c08dce" namespace="chartfx.webforms.adornments" tagprefix="chartfx_adornments" %>
line 8: <%@ register assembly="chartfx.webforms.statistical.8" namespace="chartfx.webforms.statistical" tagprefix="chartfx_statistical" %>
line 9: <%@ register assembly="chartfx.webforms.8, version=8.0.5693.19342, culture=neutral, publickeytoken=a1878e2052c08dce" namespace="chartfx.webforms" tagprefix="chartfx" %>
line 10:
line 11: <%@ register assembly="system.web.datavisualization, version=4.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35" namespace="system.web.ui.datavisualization.charting" tagprefix="asp" %>
show detailed compiler output:
show complete compilation source:
Comments
Post a Comment