我从我正在测试用于制作条形码的供应商处获得了一个示例应用程序以安装在 IIS 上。
aspx 页面工作正常,但是当 aspx 页面调用 ashx 页面时,出现以下错误:
“/BarcodeSample”应用程序中的服务器错误。
解析器错误描述:解析服务此请求所需的资源时发生错误。请查看以下特定的解析错误详细信息并适当地修改您的源文件。
解析器错误消息:无法创建类型“TECIT.OnlineBarcodes.BarcodeHandler”。
源错误:
第 1 行:<%@ WebHandler Language="C#" CodeBehind="BarcodeHandler.ashx.cs" Class="TECIT.OnlineBarcodes.BarcodeHandler" %>
源文件:/BarcodeSample/BarcodeHandler.ashx 行:1
-------------------------------------------------- ------------------ 版本信息:Microsoft .NET Framework 版本:2.0.50727.3634;ASP.NET 版本:2.0.50727.3634
为什么会这样?我怎样才能让这个 ashx 文件工作?