Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'BlueThink.CallBack.Login1'.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login1.aspx.cs" Inherits="BlueThink.CallBack.Login1" %>
Line 2:
Line 3: <!DOCTYPE html>
Source File: /ZT/Login1.aspx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
已经提示了 BlueThink.CallBack.Login1 是否以来其他的内容
1)可能是源码有问题,自己本地调试下,可能就知道原因了。
源码是没问题的,调试一切正常,放在服务器上以后就出现这个问题了
Could not load type 'BlueThink.CallBack.Login1'.
你是不是改类名了.
没有
是不是权限问题
无法加载类型'BlueThink.CallBack.Login1'. 你可以把服务器上对应的dll拿下来反编译看看,到底有没有这个类