L
LL
Compiler Error Message: CS0246: The type or namespace name 'Acme' could not
be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 1: <%@ Import Namespace="Acme" %>
How to fix it? Thanks.
be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 1: <%@ Import Namespace="Acme" %>
How to fix it? Thanks.