when i am trying to convert a working vb client file to c#.. the
following error shows.
Compiler Error Message: CS0138: A using namespace directive can only
be applied to namespaces; 'Service1' is a class not a namespace
Source Error:
Line 2:
Line 3:
Line 4: <%@ Import Namespace="Service1" %>
Line 5: <script runat="server" language="cs">
Can any one guess whts wrong?