Hi, I want to know how to make an angular front end with Kendo UI Angular generating from Rad Tool. :)
Hi, I want to add some angular front end page to a current AspNetCore+Angular backend. It means add to about us, service, FAQ, etc without login. After login then shows backend. How do I achieve this? Thanks
Hi, I know you all are busy with new things. Can we know estimate timeline for AspNetCore 2 SingalR chat and Xamarin Chat system? I am planning to develop Asp Net Core application that will heavily use SingalR for real-time data. Thanks
Hi,
What I learned and understood from AspNetZero is Host email setting will be handled all tenants and host email operations. Is there anyway whether I can enable or reference the code to implement Per Tenant Email setting? Eg. <a href="mailto:[email protected]">[email protected]</a>,[email protected] and <a href="mailto:[email protected]">[email protected]</a> something like this. :)
Hi,
I tried to create Tenant with separate DB approach but I got errors and my tenant didn't create. Do I need to ask something to hosting provider? Below is log file errors
INFO 2017-07-26 00:02:38,065 [41 ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method MyCompanyName.AbpZeroTemplate.MultiTenancy.TenantAppService.CreateTenant (MyCompanyName.AbpZeroTemplate.Application) with arguments (MyCompanyName.AbpZeroTemplate.MultiTenancy.Dto.CreateTenantInput) - ModelState is Valid
ERROR 2017-07-26 00:02:38,190 [12 ] Mvc.ExceptionHandling.AbpExceptionFilter - CREATE DATABASE permission denied in database 'master'.
System.Data.SqlClient.SqlException: CREATE DATABASE permission denied in database 'master'.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource
1 completion, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite, String methodName)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.Execute(IRelationalConnection connection, String executeMethod, IReadOnlyDictionary2 parameterValues, Boolean closeConnection) at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary
2 parameterValues)
at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable1 migrationCommands, IRelationalConnection connection) at Microsoft.EntityFrameworkCore.Storage.Internal.SqlServerDatabaseCreator.Create() at Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator.Migrate(String targetMigration) at Abp.Zero.EntityFrameworkCore.AbpZeroDbMigrator
1.CreateOrMigrate(AbpTenantBase tenant, Action`1 seedAction)
at MyCompanyName.AbpZeroTemplate.MultiTenancy.TenantManager.
Hi, Is there any good ways to migrate existing db ( sp,view,udf ) to aspnetzero structure? Any suggestions would be appreciated.
Thanks & Best Regards
Hi ,
Now I have to convert Window application to web application. Window application used Store Procedure and View object 90% in project. I got only few month to convert the whole system and I have to reuse SP and View. So what is the best way for me to convert window to web in this case?
Thanks & Best Regards
Hi All;
I have been cloned from <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core">https://github.com/aspnetzero/aspnet-zero-core</a> now. Then I type npm install and npm start in VS Code and run for Client side , it is all ok. Server side also show me Swagger UI api. But when i put localhost:4200 on url and run it, show me
Please, help me
Thanks and Best Regards ALL AKL
Hi,
Is it Angular 2 with .net core is AOT and Universal Rendering compatible ?
Thains
Hi,
Will it be nice to add this feature? Generate license key from host for each tenant with specific expire date ( 1 or 2 or 3 years). From tenant site every time they login, check the license key and prompt the license key expiration message if license key is less than 30 or 60 day before expire. :D :D
Thanks