Base solution for your next web application

Activities of "llarouche"

Hello Alper;

Thanks for the response however it isn't the fix I was looking for.

What I would like is to be able to see the 1st level of the menu but not the 2nd. I would like to have that 2nd level collapsed and have to click the arrow to open up the submenu. For example, I would like to see "Administration" but have to click the arrow so see Organizational Units, Roles, Users, etc...

Please let me know if you have any suggestion for that or if anyone else does.

Thanks again.

Leonard (Dino) Larouche

Hello;

I am using AspNet Zero v5. Prior to version 5 the side bar menus were collapsed by default which is what I would prefer.

I have many menu items and having them expanded is inconvenient. So, I went in and changed it to drop down instead using the new layout options. However, with that option set I can't reach some of the menu items.

How could I have the menus collapsed initially instead of expanded?

Please let me know.

Regards,

Leonard (Dino) Larouche

Hello, I am having the same request for documentation.

I am currently upgrading to the latest release but I have whole bunch of screens with Jtables in them and they are all broken. Can you provide a list of what needs to be included and in which files to have both the PrimeNg DataTable as well as the Jtable work side by side. I will eventually move to the Prime DataTable but not immediately if I can help it.

Thanks

Dino

Hello;

Felix, can you explain where you found the devtool to configure and how you configured it.

Thanks,

Dino

Hello,

I turned on Multi-Tenancy and implemented the Interface on one Entity. I then ran the software and I go no results back from a list view where I was getting results prior to having the filter applied. I then removed the interface IMustHaveTenant and then applied a where clause to my linq query (where tenantId = GetCurrentTenant().Id) and I did get results I was expecting back.

Any ideas why adding the interface would not return any results for a entity that I know has records for the specific tenant I was testing for.

Please let me know.

Thanks,

Leonard (Dino) Larouche

Hello;

I have a large database that I am integrating with the Asp.net Zero Starter App. I don't want to generated the database tables from the Code. I will in fact generated the code from the database as the 100s of tables are already exists. I did add the Audit Fields to match the the Abp approach.

How can I turn off Code First Migrations correctly?

This morning I started have exceptions thrown after I added a DbSet in the DataContext. The DbSet I add is for a table that has already been merged with the other AbpXxxxxx Tables.

An error occurred while starting the application.

InvalidOperationException: The model backing the 'DlwDbContext' context has changed since the database was created. Consider using Code First Migrations to update the database (<a class="postlink" href="http://go.microsoft.com/fwlink/?LinkId=238269">http://go.microsoft.com/fwlink/?LinkId=238269</a>). System.Data.Entity.CreateDatabaseIfNotExists.InitializeDatabase(TContext context)

TargetInvocationException: Exception has been thrown by the target of an invocation. System.RuntimeMethodHandle.InvokeMethod(object target, Object[] arguments, Signature sig, bool constructor)

ComponentActivatorException: ComponentActivator: could not instantiate Kw21.Dlw.EntityFramework.DlwDbContext Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)

InvalidOperationException: The model backing the 'DlwDbContext' context has changed since the database was created. Consider using Code First Migrations to update the database (<a class="postlink" href="http://go.microsoft.com/fwlink/?LinkId=238269">http://go.microsoft.com/fwlink/?LinkId=238269</a>). System.Data.Entity.CreateDatabaseIfNotExists.InitializeDatabase(TContext context) System.Data.Entity.Internal.InternalContext+<>c__DisplayClassf.<CreateInitializationAction>b__e() System.Data.Entity.Internal.InternalContext.PerformInitializationAction(Action action) System.Data.Entity.Internal.InternalContext.PerformDatabaseInitialization() System.Data.Entity.Internal.LazyInternalContext.<InitializeDatabase>b__4(InternalContext c) System.Data.Entity.Internal.RetryAction.PerformAction(TInput input) System.Data.Entity.Internal.LazyInternalContext.InitializeDatabaseAction(Action<InternalContext> action) System.Data.Entity.Internal.LazyInternalContext.InitializeDatabase() System.Data.Entity.Internal.InternalContext.ForceOSpaceLoadingForKnownEntityTypes() System.Data.Entity.DbContext.System.Data.Entity.Infrastructure.IObjectContextAdapter.get_ObjectContext() Abp.EntityFramework.AbpDbContext.RegisterToChanges() Abp.Zero.EntityFramework.AbpZeroDbContext..ctor(string nameOrConnectionString) Kw21.Dlw.EntityFramework.DlwDbContext..ctor(string nameOrConnectionString) in DlwDbContext.cs + : base(nameOrConnectionString)

Please let me know.

Regards,

Leonard (Dino) Larouche

Hello;

The Project Type: Asp.net Core + Angular 2+

I just purchased the Template which I downloaded. I followed the Getting Started to the letter. Below are some of the errors I got when I tried to build the AspNet Core Solution. I couldn't include them all because of post size limitation

I also tried to uninstalled the Abp packages and reinstalled them and that didn't work. I am very keen on getting started. Thanks.

Leonard (Dino) Larouche

Error List:

Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\AppFolders.cs 1 Active Error CS0246 The type or namespace name 'ISingletonDependency' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\AppFolders.cs 5 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\AppAuthorizationProvider.cs 1 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\AppAuthorizationProvider.cs 2 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\AppAuthorizationProvider.cs 3 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\AppAuthorizationProvider.cs 4 Active Error CS0246 The type or namespace name 'AuthorizationProvider' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\AppAuthorizationProvider.cs 13 Active Error CS0246 The type or namespace name 'IMultiTenancyConfig' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\AppAuthorizationProvider.cs 22 Active Error CS0115 'AppAuthorizationProvider.SetPermissions(IPermissionDefinitionContext)': no suitable method found to override Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\AppAuthorizationProvider.cs 27 Active Error CS0246 The type or namespace name 'IPermissionDefinitionContext' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\AppAuthorizationProvider.cs 27 Active Error CS0246 The type or namespace name 'ILocalizableString' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\AppAuthorizationProvider.cs 86 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Impersonation\IImpersonationManager.cs 2 Active Error CS0246 The type or namespace name 'IDomainService' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Impersonation\IImpersonationManager.cs 6 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Impersonation\ImpersonationCacheManagerExtensions.cs 1 Active Error CS0246 The type or namespace name 'ITypedCache<,>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Impersonation\ImpersonationCacheManagerExtensions.cs 7 Active Error CS0246 The type or namespace name 'ICacheManager' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Impersonation\ImpersonationCacheManagerExtensions.cs 7 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Impersonation\ImpersonationManager.cs 5 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Impersonation\ImpersonationManager.cs 6 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Impersonation\ImpersonationManager.cs 7 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Impersonation\ImpersonationManager.cs 8 Active Error CS0246 The type or namespace name 'IAbpSession' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Impersonation\ImpersonationManager.cs 15 Active Error CS0246 The type or namespace name 'ICacheManager' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Impersonation\ImpersonationManager.cs 17 Active Error CS0246 The type or namespace name 'ICacheManager' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Impersonation\ImpersonationManager.cs 20 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Ldap\AppLdapAuthenticationSource.cs 1 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Ldap\AppLdapAuthenticationSource.cs 2 Active Error CS0246 The type or namespace name 'LdapAuthenticationSource<,>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Ldap\AppLdapAuthenticationSource.cs 8 Active Error CS0246 The type or namespace name 'ILdapSettings' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Ldap\AppLdapAuthenticationSource.cs 10 Active Error CS0246 The type or namespace name 'IAbpZeroLdapModuleConfig' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Ldap\AppLdapAuthenticationSource.cs 10 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\PermissionChecker.cs 1 Active Error CS0308 The non-generic type 'PermissionChecker' cannot be used with type arguments Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\PermissionChecker.cs 11 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\AppRoleConfig.cs 1 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\AppRoleConfig.cs 2 Active Error CS0246 The type or namespace name 'IRoleManagementConfig' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\AppRoleConfig.cs 8 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\Role.cs 1 Active Error CS0246 The type or namespace name 'AbpRole<>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\Role.cs 9 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleManager.cs 1 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleManager.cs 2 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleManager.cs 3 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleManager.cs 4 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleManager.cs 5 Active Error CS0246 The type or namespace name 'AbpRoleManager<,>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleManager.cs 14 Active Error CS0246 The type or namespace name 'IPermissionManager' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleManager.cs 18 Active Error CS0246 The type or namespace name 'IRoleManagementConfig' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleManager.cs 19 Active Error CS0246 The type or namespace name 'ICacheManager' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleManager.cs 20 Active Error CS0246 The type or namespace name 'IUnitOfWorkManager' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleManager.cs 21 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleStore.cs 1 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleStore.cs 2 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleStore.cs 3 Active Error CS0246 The type or namespace name 'AbpRoleStore<,>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleStore.cs 8 Active Error CS0246 The type or namespace name 'IRepository<>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleStore.cs 11 Active Error CS0246 The type or namespace name 'IRepository<,>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleStore.cs 12 Active Error CS0246 The type or namespace name 'UserRole' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleStore.cs 12 Active Error CS0246 The type or namespace name 'IRepository<,>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleStore.cs 13 Active Error CS0246 The type or namespace name 'RolePermissionSetting' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Roles\RoleStore.cs 13 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\IUserLinkManager.cs 2 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\IUserLinkManager.cs 3 Active Error CS0246 The type or namespace name 'UserIdentifier' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\IUserLinkManager.cs 12 Active Error CS0246 The type or namespace name 'UserIdentifier' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\IUserLinkManager.cs 12 Active Error CS0246 The type or namespace name 'UserIdentifier' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\IUserLinkManager.cs 14 Active Error CS0246 The type or namespace name 'UserAccount' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\IUserLinkManager.cs 16 Active Error CS0246 The type or namespace name 'UserIdentifier' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\IUserLinkManager.cs 16 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\IUserLogoutInformer.cs 2 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\IUserLogoutInformer.cs 3 Active Error CS0246 The type or namespace name 'IOnlineClient' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\IUserLogoutInformer.cs 9 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\IUserPolicy.cs 2 Active Error CS0246 The type or namespace name 'IPolicy' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\IUserPolicy.cs 6 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\SwitchToLinkedAccountCacheManagerExtensions.cs 1 Active Error CS0246 The type or namespace name 'ITypedCache<,>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\SwitchToLinkedAccountCacheManagerExtensions.cs 7 Active Error CS0246 The type or namespace name 'ICacheManager' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\SwitchToLinkedAccountCacheManagerExtensions.cs 7 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\User.cs 2 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\User.cs 3 Active Error CS0246 The type or namespace name 'AbpUser<>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\User.cs 10 Active Error CS0115 'User.SetNewPasswordResetCode()': no suitable method found to override Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\User.cs 51 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 4 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 5 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 6 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 7 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 8 Active Error CS0246 The type or namespace name 'ITransientDependency' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 18 Active Error CS0246 The type or namespace name 'IEmailSender' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 21 Active Error CS0246 The type or namespace name 'IRepository<>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 22 Active Error CS0246 The type or namespace name 'ICurrentUnitOfWorkProvider' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 23 Active Error CS0246 The type or namespace name 'IEmailSender' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 26 Active Error CS0246 The type or namespace name 'IRepository<>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 27 Active Error CS0246 The type or namespace name 'ICurrentUnitOfWorkProvider' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 28 Active Error CS0246 The type or namespace name 'UnitOfWorkAttribute' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 44 Active Error CS0246 The type or namespace name 'UnitOfWork' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserEmailer.cs 44 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 6 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 7 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 8 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 9 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 10 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 11 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 12 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 13 Active Error CS0246 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 14 Active Error CS0246 The type or namespace name 'IRepository<,>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 21 Active Error CS0246 The type or namespace name 'UserAccount' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 21 Active Error CS0246 The type or namespace name 'ICacheManager' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 22 Active Error CS0246 The type or namespace name 'IAbpSession' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 25 Active Error CS0246 The type or namespace name 'IRepository<,>' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 28 Active Error CS0246 The type or namespace name 'UserAccount' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 28 Active Error CS0246 The type or namespace name 'ICacheManager' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 29 Active Error CS0246 The type or namespace name 'UnitOfWorkAttribute' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 39 Active Error CS0246 The type or namespace name 'UnitOfWork' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 39 Active Error CS0246 The type or namespace name 'UnitOfWorkAttribute' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 60 Active Error CS0246 The type or namespace name 'UnitOfWork' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 60 Active Error CS0246 The type or namespace name 'UserIdentifier' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 61 Active Error CS0246 The type or namespace name 'UserIdentifier' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 61 Active Error CS0246 The type or namespace name 'UnitOfWorkAttribute' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 74 Active Error CS0246 The type or namespace name 'UnitOfWork' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 74 Active Error CS0246 The type or namespace name 'UserIdentifier' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 75 Active Error CS0246 The type or namespace name 'UnitOfWorkAttribute' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 83 Active Error CS0246 The type or namespace name 'UnitOfWork' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 83 Active Error CS0246 The type or namespace name 'UserAccount' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 84 Active Error CS0246 The type or namespace name 'UserIdentifier' could not be found (are you missing a using directive or an assembly reference?) Kw21.Dlw.Core C:_dlw\aspnet-core\src\Kw21.Dlw.Core\Authorization\Users\UserLinkManager.cs 84 Active

Showing 1 to 7 of 7 entries