由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Failure in loading in Web Form designer
相关主题
Visual web express 2005 package load failureThread.Sleep is a sign of a poorly designed program
How to cancel DateTimePicker event?Sr. CRM Developer @Rockville, MD (转载)
VS2010 Add reference Dialog, not good版上的各位,我们弄个DESIGN PATTERN学习小组吧?
How to stop windows service in OnStart()man, I hate CSS
__designer:wfdid=vs2015: ADO.NET Entity Data Model Designer没了
【Framework Design Guidelines】这本书谁看过?[合集] 总结一下Chevy Volt 可能的缺点
$10/hour HTML designer我觉得iPad这个产品定位的很好
VB.net book for web designFailure Analysis Engineer需要哪些方面的知识?
相关话题的讨论汇总
话题: form话题: web话题: base话题: designer话题: failure
进入DotNet版参与讨论
1 (共1页)
c*o
发帖数: 70
1
Any Daxia can help me with this problem?
I have a base class as follows:
public class Base : System.Web.UI.Page
The all other web pages are derived from it, e.g.
public class a : Base
This way worked perfectly until minutes ago. The a.aspx couldn't be opened in
the design view, instead the HTML view was shown. The following error message
popped up:
The file failed to load in the Web Form designer. Please correct the following
error, then load it again: An exception occurred while trying to crea
n*********g
发帖数: 75
2
you have to code Form designer support in the base class.
or you can ignore it, the website will still work.

【在 c*o 的大作中提到】
: Any Daxia can help me with this problem?
: I have a base class as follows:
: public class Base : System.Web.UI.Page
: The all other web pages are derived from it, e.g.
: public class a : Base
: This way worked perfectly until minutes ago. The a.aspx couldn't be opened in
: the design view, instead the HTML view was shown. The following error message
: popped up:
: The file failed to load in the Web Form designer. Please correct the following
: error, then load it again: An exception occurred while trying to crea

1 (共1页)
进入DotNet版参与讨论
相关主题
Failure Analysis Engineer需要哪些方面的知识?__designer:wfdid=
几个power application & PMIC design positions【Framework Design Guidelines】这本书谁看过?
German cars 'among worst for engine failures'$10/hour HTML designer
加州的 TRAFFIC VIOLATIONS & FEES氢弹VB.net book for web design
Visual web express 2005 package load failureThread.Sleep is a sign of a poorly designed program
How to cancel DateTimePicker event?Sr. CRM Developer @Rockville, MD (转载)
VS2010 Add reference Dialog, not good版上的各位,我们弄个DESIGN PATTERN学习小组吧?
How to stop windows service in OnStart()man, I hate CSS
相关话题的讨论汇总
话题: form话题: web话题: base话题: designer话题: failure