各位,
如题,VV20100101 JS调用区无法生成JS代码,错误如下!有知情的大虾,请指教!
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 'Valicate' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 8: public void Page_Load(Object src,EventArgs e)
Line 9: {
Line 10: Valicate YZ=new Valicate();
Line 11: YZ.Master_Check(); //PageAdmiin网站管理系统管理权限验证
Line 12: Get_Code();
Source File: f:\DOWNLOAD\AdminWeb\master\js_view.aspx Line: 10