Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 7th, 2012  |  syntax: None  |  size: 1.65 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Getting MissingMethodException with Entity Framework
  2. // <auto-generated>
  3. //     This code was generated by a tool.
  4. //     Runtime Version:4.0.30319.269
  5. //
  6. //     Changes to this file may cause incorrect behavior and will be lost if
  7. //     the code is regenerated.
  8. // </auto-generated>
  9.        
  10. Stack Trace:
  11.  
  12. [MissingMethodException: Method not found: 'System.Data.Objects.ObjectResult`1<mynamespace.vw_lstSearchEst> mynamespace.data.myEntities.GetEstabelecimentosByParameter(System.String, System.String, System.String, System.String, System.String, System.Nullable`1<Int32>, System.Nullable`1<Int32>)'.]
  13.    ConnectableWebparts.ListEstabWebPart.ListEstabWebPartUserControl.Page_Load(Object sender, EventArgs e) +0
  14.    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
  15.    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
  16.    System.Web.UI.Control.OnLoad(EventArgs e) +132
  17.    System.Web.UI.Control.LoadRecursive() +66
  18.    System.Web.UI.Control.AddedControl(Control control, Int32 index) +350
  19.    ConnectableWebparts.ListEstabWebPart.ListEstabWebPart.CreateChildControls() +194
  20.    System.Web.UI.Control.EnsureChildControls() +146
  21.    System.Web.UI.Control.PreRenderRecursiveInternal() +61
  22.    System.Web.UI.Control.PreRenderRecursiveInternal() +224
  23.    System.Web.UI.Control.PreRenderRecursiveInternal() +224
  24.    System.Web.UI.Control.PreRenderRecursiveInternal() +224
  25.    System.Web.UI.Control.PreRenderRecursiveInternal() +224
  26.    System.Web.UI.Control.PreRenderRecursiveInternal() +224
  27.    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3394