Dynamic Data Web Application编译是报GetActionPath调用模糊解决办法
新建的Dynamic Data Web Application編譯時報錯
Error 3 The call is ambiguous between the following methods or properties: 'System.Web.DynamicData.MetaTable.GetActionPath(string, System.Collections.Generic.IList<object>)' and 'System.Web.DynamicData.MetaTable.GetActionPath(string, System.Web.Routing.RouteValueDictionary)' D:\test\DynamicData\PageTemplates\List.aspx.cs 31 43 test
解決辦法:
?System.Web.Routing.RouteValueDictionary myDictionary = null;
?InsertHyperLink.NavigateUrl = table.GetActionPath(PageAction.Insert, myDictionary);?
轉載于:https://www.cnblogs.com/portalsky/archive/2008/09/04/1283710.html
總結
以上是生活随笔為你收集整理的Dynamic Data Web Application编译是报GetActionPath调用模糊解决办法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 新增一自增列
- 下一篇: dbgrideh的功能