Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "manojreddy"

Getting error on npm start. I have observed previously I didnt have Application.Shared project. proxy is not getting generated for Application.Shared classes. Please help

ERROR in src/account/email-activation/confirm-email.component.ts(4,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'AccountServiceProxy'. src/account/email-activation/confirm-email.component.ts(4,31): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'ActivateEmailInput'. src/account/email-activation/email-activation.component.ts(4,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'AccountServiceProxy'. src/account/email-activation/email-activation.component.ts(4,31): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'SendEmailActivationLinkInput'. src/account/password/forgot-password.component.ts(4,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'AccountServiceProxy'. src/account/password/forgot-password.component.ts(4,31): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'SendPasswordResetCodeInput'. src/account/password/reset-password.component.ts(4,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'AccountServiceProxy'. src/account/password/reset-password.component.ts(4,31): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'ResetPasswordOutput'. src/account/password/reset-password.component.ts(37,20): error TS2339: Property 'userId' does not exist on type 'ResetPasswordModel'. src/account/password/reset-password.component.ts(38,20): error TS2339: Property 'resetCode' does not exist on type 'ResetPasswordModel'. src/account/password/reset-password.component.ts(64,76): error TS2339: Property 'password' does not exist on type 'ResetPasswordModel'. src/account/password/reset-password.model.ts(1,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'ResetPasswordInput'. src/account/register/register.component.ts(3,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'AccountServiceProxy'. src/account/register/register.component.ts(49,44): error TS2339: Property 'captchaResponse' does not exist on type 'RegisterModel'. src/account/register/register.component.ts(66,90): error TS2339: Property 'userName' does not exist on type 'RegisterModel'. src/account/register/register.component.ts(67,76): error TS2339: Property 'password' does not exist on type 'RegisterModel'. src/account/register/register.component.ts(73,20): error TS2339: Property 'captchaResponse' does not exist on type 'RegisterModel'. src/account/register/register.model.ts(1,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'RegisterInput'. src/account/shared/tenant-change-modal.component.ts(4,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'AccountServiceProxy'. src/account/shared/tenant-change-modal.component.ts(5,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'IsTenantAvailableInput'. src/account/shared/tenant-change-modal.component.ts(6,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/AppEnums"' has no exported member 'AppTenantAvailabilityState'. src/account/shared/tenant-change.component.ts(3,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'AccountServiceProxy'. src/app/admin/audit-logs/audit-log-detail-modal.component.ts(3,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'AuditLogListDto'. src/app/admin/audit-logs/audit-logs.component.ts(2,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'AuditLogServiceProxy'. src/app/admin/audit-logs/audit-logs.component.ts(2,32): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'AuditLogListDto'. src/app/admin/languages/create-or-edit-language-modal.component.ts(3,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'LanguageServiceProxy'. src/app/admin/languages/create-or-edit-language-modal.component.ts(3,32): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'ApplicationLanguageEditDto'. src/app/admin/languages/create-or-edit-language-modal.component.ts(3,60): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'CreateOrUpdateLanguageInput'. src/app/admin/languages/edit-text-modal.component.ts(3,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'LanguageServiceProxy'. src/app/admin/languages/edit-text-modal.component.ts(3,32): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'ApplicationLanguageEditDto'. src/app/admin/languages/edit-text-modal.component.ts(3,60): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'UpdateLanguageTextInput'. src/app/admin/languages/language-texts.component.ts(3,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'LanguageServiceProxy'. src/app/admin/languages/languages.component.ts(3,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'LanguageServiceProxy'. src/app/admin/languages/languages.component.ts(3,32): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'ApplicationLanguageListDto'. src/app/admin/languages/languages.component.ts(3,60): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'SetDefaultLanguageInput'. src/app/admin/organization-units/add-member-modal.component.ts(6,5): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'UsersToOrganizationUnitInput'. src/app/admin/organization-units/add-member-modal.component.ts(7,5): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'OrganizationUnitServiceProxy'. src/app/admin/organization-units/add-member-modal.component.ts(8,5): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'FindOrganizationUnitUsersInput'. src/app/admin/organization-units/create-or-edit-unit-modal.component.ts(3,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'OrganizationUnitServiceProxy'. src/app/admin/organization-units/create-or-edit-unit-modal.component.ts(3,40): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'CreateOrganizationUnitInput'. src/app/admin/organization-units/create-or-edit-unit-modal.component.ts(3,69): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'UpdateOrganizationUnitInput'. src/app/admin/organization-units/organization-tree.component.ts(3,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'OrganizationUnitServiceProxy'. src/app/admin/organization-units/organization-tree.component.ts(3,40): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'ListResultDtoOfOrganizationUnitDto'. src/app/admin/organization-units/organization-tree.component.ts(3,97): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'MoveOrganizationUnitInput'.src/app/admin/organization-units/organization-tree.component.ts(159,26): error TS2339: Property 'id' does not exist on type '{}'. src/app/admin/organization-units/organization-tree.component.ts(160,30): error TS2339: Property 'parentId' does not exist on type '{}'. src/app/admin/organization-units/organization-tree.component.ts(160,46): error TS2339: Property 'parentId' does not exist on type '{}'. src/app/admin/organization-units/organization-tree.component.ts(161,28): error TS2339: Property 'code' does not exist on type '{}'. src/app/admin/organization-units/organization-tree.component.ts(162,35): error TS2339: Property 'displayName' does not exist on type '{}'. src/app/admin/organization-units/organization-tree.component.ts(163,35): error TS2339: Property 'memberCount' does not exist on type '{}'. src/app/admin/organization-units/organization-tree.component.ts(164,47): error TS2345: Argument of type '{}' is not assignable to parameter of type 'OrganizationUnitDto | IOrganizationUnitOnTree'. Type '{}' is not assignable to type 'IOrganizationUnitOnTree'. Property 'id' is missing in type '{}'. src/app/admin/organization-units/organization-unit-members.component.ts(4,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'OrganizationUnitServiceProxy'. src/app/admin/organization-units/organization-unit-members.component.ts(4,40): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'OrganizationUnitUserListDto'. src/app/admin/users/impersonation.service.ts(2,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'AccountServiceProxy'. src/app/admin/users/impersonation.service.ts(2,31): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'ImpersonateInput'. src/app/admin/users/impersonation.service.ts(2,49): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'ImpersonateOutput'. src/app/shared/layout/linked-account.service.ts(2,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'AccountServiceProxy'. src/app/shared/layout/linked-account.service.ts(2,31): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'SwitchToLinkedAccountInput'. src/app/shared/layout/linked-account.service.ts(2,59): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'SwitchToLinkedAccountOutput'. src/app/shared/layout/notifications/UserNotificationHelper.ts(2,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'NotificationServiceProxy'. src/app/shared/layout/notifications/UserNotificationHelper.ts(2,36): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'EntityDtoOfGuid'. src/app/shared/layout/notifications/header-notifications.component.ts(3,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'NotificationServiceProxy'. src/app/shared/layout/notifications/header-notifications.component.ts(3,36): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'GetNotificationsOutput'. src/app/shared/layout/notifications/header-notifications.component.ts(3,60): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'UserNotification'. src/app/shared/layout/notifications/notification-settings-modal.component.ts(4,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'NotificationServiceProxy'. src/app/shared/layout/notifications/notification-settings-modal.component.ts(4,36): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'GetNotificationSettingsOutput'. src/app/shared/layout/notifications/notification-settings-modal.component.ts(4,67): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'UpdateNotificationSettingsInput'. src/app/shared/layout/notifications/notification-settings-modal.component.ts(4,100): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'NotificationSubscriptionDto'. src/app/shared/layout/notifications/notification-settings-modal.component.ts(46,39): error TS2339: Property 'name' does not exist on type '{}'. src/app/shared/layout/notifications/notification-settings-modal.component.ts(47,47): error TS2339: Property 'isSubscribed' does not exist on type '{}'. src/app/shared/layout/notifications/notifications.component.ts(3,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'NotificationServiceProxy'. src/app/shared/layout/notifications/notifications.component.ts(3,36): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-proxies"' has no exported member 'UserNotification'. src/app/shared/layout/notifications/notifications.component.ts(6,10): error TS2305: Module '"C:/Users/myname/source/repos/MyProject/angular/src/shared/AppEnums"' has no exported member 'AppUserNotificationState'. src/shared/service-proxies/service-proxy.module.ts(7,27): error TS2551: Property 'AuditLogServiceProxy' does not exist on type 'typeof "C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-prox...'. Did you mean 'EditionServiceProxy'? src/shared/service-proxies/service-proxy.module.ts(15,27): error TS2339: Property 'LanguageServiceProxy' does not exist on type 'typeof "C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-prox...'. src/shared/service-proxies/service-proxy.module.ts(17,27): error TS2339: Property 'OrganizationUnitServiceProxy' does not exist on type 'typeof "C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-prox...'. src/shared/service-proxies/service-proxy.module.ts(30,27): error TS2551: Property 'AccountServiceProxy' does not exist on type 'typeof "C:/Users/myname/source/repos/MyProject/angular/src/shared/service-proxies/service-prox...'. Did you mean 'CommonServiceProxy'?

Resolved all errors.

only getting one, please help.

Severity	Code	Description	Project	File	Line	Suppression State
Error	CS7036	There is no argument given that corresponds to the required formal parameter 'tenantCache' of 'WebUrlServiceBase.WebUrlServiceBase(IHostingEnvironment, ITenantCache)'	Test.ABCD.Web.Public	C:\Users\viveknuna\source\repos\ABCD\aspnet-core\src\Test.ABCD.Web.Public\Url\WebUrlService.cs	12	Active

in this code.

public WebUrlService(
            IAppConfigurationAccessor appConfigurationAccessor) :
            base(appConfigurationAccessor)
        {
        }

Resolved all errors.

only getting one, please help.

Severity	Code	Description	Project	File	Line	Suppression State
Error	CS7036	There is no argument given that corresponds to the required formal parameter 'tenantCache' of 'WebUrlServiceBase.WebUrlServiceBase(IHostingEnvironment, ITenantCache)'	Test.ABCD.Web.Public	C:\Users\viveknuna\source\repos\ABCD\aspnet-core\src\Test.ABCD.Web.Public\Url\WebUrlService.cs	12	Active

Whats difference between Application and Application.Shared project?

Getting error on the lines in file AbpZeroTemplateWebFrontEndModule, why?

using Abp.AspNetZeroCore;

Configuration.Modules.AspNetZero().LicenseCode = _appConfiguration["AbpZeroLicenseCode"];

Sorry, But it's not helpful.

Hi,

Following code is useful in only to retrieve the deleted records. Not to hard delete the records from the table.

If let's say I implement hard delete using SQL in custom repository.

But Do we have some mechanism to implement audit tables? So for example, If I want to get the information of deleted rows from the table. So If I have some audit table and I make an entry for every action like insert, update and delete in this audit table. Then I can easily get all the history of respective table.

Thanks for your response :)

Hi,

Thanks for the quick fix.

Shall I apply this fix in my local file or shall I wait for the next upgrade of the framework?

Thanks for your response, I will keep this in mind :)

Showing 161 to 170 of 199 entries