Login
Latest Development Blogs
Forum Topics Post
Browse By Tag
When we deploy our WebGrid 6.0 project to production server, we get this weird error:
Type : System.MissingMethodException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : Method not found: 'ISNet.WebUI.ControlLifeCycle ISNet.WebUI.ISNetControl.GetCurrentControlLifeCycle()'.
Source : ISNet.WebUI.WebGrid
Help link :
Data : System.Collections.ListDictionaryInternal
TargetSite : Void DataBind()
Stack Trace : at ISNet.WebUI.WebGrid.WebGrid.DataBind()
at ISNet.WebUI.WebGrid.WebGrid.OnInitializeDataSource(Object dataSource)
at ISNet.WebUI.WebGrid.WebGrid.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Googled but found nothing about this error. Can some one shred a light on this?
Thanks!
The error is caused because you are missing the required WebUI Framework dll. This issue could occurs because you have an outdated WebUI Framework.
Our latest WebGrid 6 is build 218 and WebUI Framework 3 is build 705.
We already provide an article on the required dll in your project bin folder on the production server in our WebGrid documentation. The article is titled Deploying project that uses SmartWebResources