This question is locked. New answers and comments are not allowed.
My project was working fine until I have modified it's master page and added aspmembership provider (Oracle). After tuning web.config I manage to run my project alright but in my 'Auction' link I am unable to edit grid view as before.
More over there is an error in my view GetUnit.aspx where i have used tabstrip:
Error 1 Delegate 'System.Func<object,object>' does not take 0 arguments c:\Projects\AuctionDestruction\CSAuctionDestruction\Views\Unit\GetUnit.aspx 74 25 CSAuctionDestruction
More over there is an error in my view GetUnit.aspx where i have used tabstrip:
using (Html.BeginForm("GetUnit", "Unit", FormMethod.Post)) { Html.Telerik().ScriptRegistrar().DefaultGroup(group => group.Add("MicrosoftAjax.js").Add("MicrosoftMvcValidation.js")); Html.Telerik().TabStrip() .Name("TabStrip") .Items(tabstrip => { tabstrip.Add() .Text("Auction") .Content(() => {%> <table id="field-list">Error 1 Delegate 'System.Func<object,object>' does not take 0 arguments c:\Projects\AuctionDestruction\CSAuctionDestruction\Views\Unit\GetUnit.aspx 74 25 CSAuctionDestruction
Seems to me some assembly reference is missing but I am unable to configure it.
Further more I have converted my actual project from VS 2008 to VS 2010 Ultimate.
Any help will be appreciated.