Server Error in '/' Application.

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: CS0246: The type or namespace name 'WebUsersData' could not be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 18:     private vSTK_DETTableAdapter StockDetails = new vSTK_DETTableAdapter();
Line 19:     private StockData.vSTK_DETDataTable vSTK_DET = new StockData.vSTK_DETDataTable();
Line 20:     WebUsersData usersData = new WebUsersData();
Line 21:     protected void Page_Load(object sender, EventArgs e)
Line 22:     {

Source File: d:\WebSites\Alibaba\WebSite\Default.aspx.cs    Line: 20






Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062