PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

升级补丁后检查用户登录状态时出错 [复制链接]

1#
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: CS0234: The type or namespace name 'Member_Valicate' does not exist in the namespace 'PageAdmin' (are you missing an assembly reference?)

我在代码中调用了PageAdmin.Member_Valicate MC=new PageAdmin.Member_Valicate();  //实例化会员登陆对象   请问怎么解决?
分享 转发
TOP
2#

跪求官方冒个泡!这面客户都要爆了!
而且现在发现pageadmin不能绑定ssl网络安全认证!
客户花钱注册的ssl不能用,客户都在质疑这是什么代码了!
TOP
3#

改为
PageAdmin.MemberValidate MC=new PageAdmin.MemberValidate()

ssl和代码没有什么关系呀
TOP
发新话题 回复该主题