I am trying "ASP.NET Core & Angular 2.x" v3.3.0, with single tenant. I understand the "Chat Feature" can only be changed in AbpFeatures table in the database as described on Topic #7873. I just wonder how to change the Chatter's display name on the Chat. :?: The chatter's name now includes tenant (e.g. Default\admin) even we are on single tenant mode. For security, chatters want to use nick names instead of using tenanct\username. Is it possible? :?:
Thanks,
I am trying 'ASP.NET Core & Angular 2+' v3.3.0, and found my Host settings page looks a little different with described on Development Guide. I have an "Appearance" tab, but missing "General" tab, so I can't find the "Timezone" setting. There is a similar topic on forum #10969 (Jan 10, 2017). It states "İt will be fixed in the next release". Is it still missed? :?:
I want to give users an ability to change timezone and language on their own page individually. Is it possible? :?:
As default, the user cannot change the language on his page. If he select another language, an error massage pops up: "Required permissions are not granted. At least one of these permissions must be granted: Users". As my test, the administrator must grant permissions by checking off "Users/Changing permissions". I just wonder/concern what else affected :?: , because the words "Changing permissions" may cover more changing beside language.
Thanks,
I posted a couple of topics recently, so I like to search them out by my user name. Is it possible?
Do you have any "advanced search"?
Thanks.
Since I cannot pass through "Merging Client and Server Solution" (see my another post), I like to try angular-cli. I downloaded a "ASP.NET Core & Angular 2.x" project. It contains two folders: Client and Server. The documentation states "Client folder contains the Angular application which is configured to work with angular-cli", but I cannot find the instruction how to combine the Client folder with angular-cli.
I have installed angular-cli, and created/run a new project successfully. I wonder how to use angular-cli with the existing Client folder. Can you provide a brief instruction?
Thanks,
I followed the documentation, and downloaded "ASP.NET Core & Angular 2.x" project.
I merged the files in Client folder into root folder of MyProject.Web.Host project in Server solution by exactly following instruction of "Merge Angular2 Client and Server Project".
I tried to build the solution. It failed. :(
There is a warning under *.Web.Host\Dependencies: npm – not installed. I double checked, the npm is installed on my computer. I verified it by npm --version, and it tell me 3.10.10.
I tried the "Database Migrations". I don't know how to run the "tool" in ".Migrator project", so I tried to use command "dotnet ef database update". It failed too. :( The error message is:
The specified framework 'Microsoft.NETCore.App', version '1.1.0' was not found.
I am stuck here. Please advise what should I do! :( :( :(
Thanks,
I followed the tutorial and created an ASP.NET Core 1.0 project, and built it in my Visual Studio 2015. I also updated all Abp packages in NuGet and built it again with success. When I run it in Visual Studio, I got errors around Web.Startup.Startup.ConfigureServices(IServiceCollection services) in Startup.cs Line 36: return services.AddAbp<SNet3WebModule>(options => as below:
Here is the error page:
An error occurred while starting the application.
MethodAccessException: Attempt by method 'Castle.MicroKernel.SubSystems.Configuration.DefaultConfigurationStore..ctor()' to access method 'System.Collections.Generic.Dictionary2<System.__Canon,System.__Canon>..ctor()' failed. Castle.MicroKernel.SubSystems.Configuration.DefaultConfigurationStore..ctor() TypeInitializationException: The type initializer for 'Abp.Dependency.IocManager' threw an exception. Abp.Dependency.IocManager.get_Instance() MethodAccessException: Attempt by method 'Castle.MicroKernel.SubSystems.Configuration.DefaultConfigurationStore..ctor()' to access method 'System.Collections.Generic.Dictionary
2<System.__Canon,System.__Canon>..ctor()' failed.
Please advise. Thank you very much!