所以我似乎在将我的 CodeFile 引用到 CodeBehind 时遇到了一些困难。在你问之前,我没有 Visual Studio,而且我不在 Windows 上。该代码托管在我有权访问的 IIS 服务器上。
<% @Page Language="C#" Inherits="corn.cheese.pies.CasLogin" CodeFile="anon.cs" %>
此代码完美运行,但是将其更改为:
<% @Page Language="C#" Inherits="corn.cheese.pies.CasLogin" CodeBehind="anon.cs" %>
页面返回错误:
Parser Error Message: Could not load type 'corn.cheese.pies.CasLogin'.