This is a migrated thread and some comments may be shown as answers.

[Solved] Compilation error in Q3 distribution

0 Answers 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Amitkumar
Top achievements
Rank 1
Amitkumar asked on 15 Nov 2010, 11:51 AM
I just downloaded latest q3 release installer and installed the component. When i tried to compile the source code i get following errors during the process of compilation.

I have also tried the same with manual installer distribution but errors are same.

Please help me as i want to upgrade the component to get the advantage of latest fix but due to non availablity of amazone C3 service from our network i have to chagne the CDN url in WebAssetDefaultSettings.cs file as guided by Telerik team in one of my previous question.

Looking forward for your help.

Thanks and best regards
Amitkumar Dave

ERRORs and Location

Error : Instance argument: cannot convert from 'System.Collections.Generic.IEnumerable<System.Web.Mvc.FieldValidationMetadata>' to 'System.Linq.IQueryable'
File : C:\Program Files\Telerik\Extensions for ASP.NET MVC Q3 2010\Source\Telerik.Web.Mvc\UI\Grid\Grid.cs
Line No : 526
Project : Telerik.Web.Mvc

Error :'System.Collections.Generic.IEnumerable<System.Web.Mvc.FieldValidationMetadata>' does not contain a definition for 'Select' and the best extension method overload 'Telerik.Web.Mvc.Extensions.QueryableExtensions.Select(System.Linq.IQueryable, System.Linq.Expressions.LambdaExpression)' has some invalid arguments
File :  C:\Program Files\Telerik\Extensions for ASP.NET MVC Q3 2010\Source\Telerik.Web.Mvc\UI\Grid\Grid.cs
Line No : 526
Project : Telerik.Web.Mvc
Error 2 'System.Collections.Generic.IEnumerable<System.Web.Mvc.FieldValidationMetadata>' does not contain a definition for 'Select' and the best extension method overload 'Telerik.Web.Mvc.Extensions.QueryableExtensions.Select(System.Linq.IQueryable, System.Linq.Expressions.LambdaExpression)' has some invalid arguments C:\Program Files\Telerik\Extensions for ASP.NET MVC Q3 2010\Source\Telerik.Web.Mvc\UI\Grid\Grid.cs 526 30 Telerik.Web.Mvc
Error 3 Argument '2': cannot convert from 'method group' to 'System.Linq.Expressions.LambdaExpression' C:\Program Files\Telerik\Extensions for ASP.NET MVC Q3 2010\Source\Telerik.Web.Mvc\UI\Grid\Grid.cs 526 48 Telerik.Web.Mvc
Error 5 The type arguments for method 'System.Linq.Enumerable.Select<TSource,TResult>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource,int,TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly. C:\Program Files\Telerik\Extensions for ASP.NET MVC Q3 2010\Source\Telerik.Web.Mvc\Infrastructure\Implementation\WebAsset\WebAssetCollectionResolver.cs 34 17 Telerik.Web.Mvc

Error :Argument '2': cannot convert from 'method group' to 'System.Linq.Expressions.LambdaExpression'
File : C:\Program Files\Telerik\Extensions for ASP.NET MVC Q3 2010\Source\Telerik.Web.Mvc\UI\Grid\Grid.cs
Line No : 526
Project :Telerik.Web.Mvc


Error : The type arguments for method 'System.Linq.Enumerable.Select<TSource,TResult>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource,int,TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
File : C:\Program Files\Telerik\Extensions for ASP.NET MVC Q3 2010\Source\Telerik.Web.Mvc\Infrastructure\Implementation\WebAsset\WebAssetCollectionResolver.cs
Line No : 34
Project: Telerik.Web.Mvc
Tags
General Discussions
Asked by
Amitkumar
Top achievements
Rank 1
Share this question
or