博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
N2CMS——Bugs解决方案总结
阅读量:6607 次
发布时间:2019-06-24

本文共 795 字,大约阅读时间需要 2 分钟。

1.在N2后台中,通过editor编辑带html格式的富文本,保存时报错,大致错误信息如下:“A potentially dangerous Request.Form value was detected from the client”,针对此问题的解决方案可参照:。(innerLink:http://jefferytay.wordpress.com/2010/04/15/asp-net-4-breaking-changes-1-requestvalidationmode-cause-validaterequestfalse-to-fail/)

 

2.

①错误描述:普通页被强制使用母版页,或嵌套母版页不起作用。

②解决方案:注释掉global.cs中的“viewEngines.Insert(0, new ThemedMasterViewEngine());”。

3.

①错误描述:BeginForm强类型不能使用(Html.BeginForm<ContactController>),使用后报错,错误信息类似“The non generic method 'System.Web.MVC.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,string,string,System.Web.Mvc.Ajax.AjaxOptions)' cannot be used with type arguments”:

②添加“Microsoft.Web.Mvc.dll”,并在配置文件中namespaces节点下添加<add namespace="Microsoft.Web.Mvc"/>

 

转载于:https://www.cnblogs.com/kinpauln/archive/2012/05/16/2503758.html

你可能感兴趣的文章
矩阵连乘 和表达式加括号求最大值
查看>>
TIANKENG’s rice shop
查看>>
iOS-----正则表达式
查看>>
SSH2搭建步骤 struts-2.2.3.1 hibernate-3.3.2 hibernate-annotations-3.4.0 spring-3.0.5
查看>>
建模心法(3) 模型的演进——保持简单和弹性的3个建议
查看>>
石子合并加强版
查看>>
hdu 4332 Constructing Chimney
查看>>
小白出品 单元测试相关——入门级说明书
查看>>
Linux系统学习笔记(1)
查看>>
浅析设计模式(五)——原型模式
查看>>
饿猫学java——String深入浅出
查看>>
poj 3624
查看>>
Unable to make the session state request to the session state server处理方法
查看>>
图的遍历(Python实现)
查看>>
CSS 笔记——背景布局
查看>>
洛谷P1880 石子合并 [NOI1995]
查看>>
angular限制输入框整数和小数的指令
查看>>
www改变GUITexture的贴图
查看>>
Android 类似launcher左右滑动(实例二)
查看>>
【相机篇】从到FlyCapture2到Spinnaker
查看>>