it got resolved .It was just because of some typing mistake anyways thanks for help
yes it is but still getting the error
public interface ISaleappservice : IApplicationService {
}
getting following error while opening a page :
Ni.diam.Web.Areas.Mpa.Controllers.SaleController' is waiting for the following dependencies:
I added that now error is with OrderBy
query.OrderBy(input.Sorting)
using <a class="postlink" href="https://github.com/loresoft/EntityFramework.Extended">https://github.com/loresoft/EntityFramework.Extended</a> gives following errors
Error 4 'System.Linq.IQueryable' does not contain a definition for 'PageBy' and no extension method 'PageBy' accepting a first argument of type 'System.Linq.IQueryable' could be found (are you missing a using directive or an assembly reference?) C:\Users\nishi_000\Desktop\projects\diam\Ni.diam.Application\MultiTenancy\TenantAppService.cs 44
Error 8 'System.Linq.IQueryable' does not contain a definition for 'PageBy' and no extension method 'PageBy' accepting a first argument of type 'System.Linq.IQueryable' could be found (are you missing a using directive or an assembly reference?) C:\Users\nishi_000\Desktop\projects\diam\Ni.diam.Application\Authorization\Users\UserAppService.cs 66
Error 11 Cannot implicitly convert type 'System.Linq.IQueryable' to 'System.Linq.IQueryable<Ni.diam.Authorization.Users.LinkedUserDto>'. An explicit conversion exists (are you missing a cast?) C:\Users\nishi_000\Desktop\projects\diam\Ni.diam.Application\Authorization\Users\UserLinkAppService.cs 121 Error 13 Cannot implicitly convert type 'System.Linq.IQueryable' to 'System.Linq.IQueryable<Ni.diam.Localization.Dto.LanguageTextListDto>'. An explicit conversion exists (are you missing a cast?) C:\Users\nishi_000\Desktop\projects\diam\Ni.diam.Application\Localization\LanguageAppService.cs 163
can it be used with abp repositories?
use data annotations [DontWrapResult] in ur controller then it will not wrap the result .
hope it helps
show the format by abp and required format
while updating a record I want o add where clause .I dont want to use the default primary keys as declared in entity . :?:
hi
how to get database generated identity after adding new records?Mine is always showing 0
thanks