本文介绍了我刚刚创建的表单有问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

描述:解析为此请求提供服务所需的资源时发生错误。请查看以下特定的解析错误详细信息并相应地修改源文件。



分析器错误消息:无法加载类型'Complaint.UTILITY.Utility'。



源错误:





第1行:<%@ Page Language =C#AutoEventWireup =trueCodeBehind =Utility.aspx。 csInherits =Complaint.UTILITY.Utility%>



我尝试过:



我只是从另一种编程语言转换而且我正在使用我创建的基本表单遇到挑战非常痛苦。



请问怎么做我解决了这个问题,一个项目,所有表格都运行正常,然后



创建一个新表单,这个错误就出来了。





请协助。

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 'Complaint.UTILITY.Utility'.

Source Error:


Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Utility.aspx.cs" Inherits="Complaint.UTILITY.Utility" %>

What I have tried:

It very painful that I just changed over from another programming language and i am having challenges with basic forms I create.

Please how do I address this problem, a project with all the forms working ok and next

creating a new form this error comes out.


Please assist.

推荐答案


这篇关于我刚刚创建的表单有问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 19:43