Base solution for your next web application

Activities of "tdv.yazilim"

Hi @ismcagdas

Thank you for support. I add to HelloWorld action in my WidgetsController, my problem fixed

Thanks.

  • V.10.5
  • MVC
  • CORE 5.0
  • Abp Framework V.6.4.0
  • Default Theme
  • Default UI Settings

My problem is html viewurl error after adding new widget in CustomizableDashboard. I did the operations like here, everything looks the same, but the widget html cannot be found. https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Developing-Mvc-Core-Customizable-Dashboard How can I fixed? Have another setting?

Merhaba ,

Person tablosunda Country ve City tablolarına ilişki kurmaya çalışıyorum. Country tablosuna ilişki kurduktan sonra City tablosuna ilişki kurmaya çalıştığımızda aşağıdaki hata ile karşılaşmaktayız. City tablosunun Country tablosuyla ilişkisi var.

Konu ile ilgili desteğinizi beklemekteyiz.


Applying migration '20191001081151_Regenerated_Person4988'. Failed executing DbCommand (11ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] ALTER TABLE [Person] ADD CONSTRAINT [FK_Person_City_CityId] FOREIGN KEY ([CityId]) REFERENCES [City] ([Id]) ON DELETE CASCADE; System.Data.SqlClient.SqlException (0x80131904): Introducing FOREIGN KEY constraint 'FK_Person_City_CityId' on table 'Person' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints. Could not create constraint or index. See previous errors. 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(TaskCompletionSource1 completion, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite, String methodName) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.Execute(IRelationalConnection connection, DbCommandMethod executeMethod, IReadOnlyDictionary2 parameterValues) at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary2 parameterValues) at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection) at Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator.Migrate(String targetMigration) at Microsoft.EntityFrameworkCore.Design.Internal.MigrationsOperations.UpdateDatabase(String targetMigration, String contextType) at Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase.Execute(Action action) ClientConnectionId:5cf1d597-612d-4a18-b53d-7d8e68e2fc36 Error Number:1785,State:0,Class:16 Introducing FOREIGN KEY constraint 'FK_Person_City_CityId' on table 'Person' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints. Could not create constraint or index. See previous errors.

Merhaba, Bir paketin sürümü farklı kalmış. Sorun çözüldü. Teşekkürler.

Evet.4.8.1

Merhaba, Aşağıdaki metod içerisindeki web katmanındaki startup içierisinde ABP framework yüklenirken aşağıdaki hatayı alıyoruz. System.MissingMethodException: 'Method not found: 'Void Abp.Runtime.Caching.Configuration.ICachingConfiguration.Configure(System.String, System.Action`1<Abp.Runtime.Caching.ICache>)'.'

Showing 11 to 16 of 16 entries