Hi everybody, i'm working on a project and works fine in my local server, but when i try to public into the production server, doesn't works i get this error:
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: BC30002: Type
'ClsDataAccess' is not defined.
Source Error:
Line 3: Partial Class Presentacion_MasterPage Line 4: Inherits System.Web.UI.MasterPage Line 5: Private clsDa As New ClsDataAccess Line 6: Line 7: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load |
this code is in my MasterPage, and the clsDataAccess Class definition is in the aplication_code folder, even i put imports clsDataAccess in the top of the page but doesn't works, so i hope someone could help me.