Compilation Error
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: CS0138: A using namespace directive can only be applied to namespaces; 'UserRegistrationEntities' is a type not a namespace
Source Error:
Line 5: using System.Web.UI;
Line 6: using System.Web.UI.WebControls;
Line 7: using UserRegistrationEntities;
Line 8:
Line 9: public partial class _Default : System.Web.UI.Page
Source File: d:\DBnet\WebSite4\Default.aspx.cs Line: 7
And when I try to Use entity the Libarary not found