Advertisement
Guest User

Untitled

a guest
Oct 16th, 2011
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. System.InvalidOperationException was unhandled by user code
  2. Message=This method supports the LINQ to Entities infrastructure and is not intended to be used directly from your code.
  3. Source=System.Data.Entity
  4. StackTrace:
  5. at System.Data.Objects.ObjectQuery`1.MergeAs(MergeOption mergeOption)
  6. at lambda_method(Closure )
  7. at System.Linq.EnumerableQuery`1.GetEnumerator()
  8. at System.Linq.EnumerableQuery`1.System.Collections.Generic.IEnumerable<T>.GetEnumerator()
  9. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  10. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  11. at Skillscore.Web.Controllers.HomeController.Experts(ExpertsVM v) in C:\Users\ekkis\Documents\Visual Studio 2010\Projects\SkillScore\Website\Controllers\HomeController.cs:line 172
  12. at lambda_method(Closure , ControllerBase , Object[] )
  13. at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
  14. at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
  15. at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
  16. at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12()
  17. at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
  18. InnerException:
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement