The following file and the following line cause an CS1646 error:
\WebSite1\Zipcodes.master.cs(1): error CS1646: Keyword, identifier, or string expected after verbatim specifier: @
Zipcodes.master.cs
<%@ Master Language="C#" CodeFile="Zipcodes.master.cs"%>
What does this error mean?
\WebSite1\Zipcodes.master.cs(1): error CS1646: Keyword, identifier, or string expected after verbatim specifier: @
Zipcodes.master.cs
<%@ Master Language="C#" CodeFile="Zipcodes.master.cs"%>
What does this error mean?