Default I have App in we.MVC project, I want also Admin too I have version the latest ASP.NET Core MVC & jQuery Project ver v7.x
How do I add Add another area?
Im using version 3.1.2, I try to update! Tell me if you want me to contribute to transle to swedish
I have added Swedish language, it works well, but in the login page if I write wrong login/password the error message is english. How to translate that?
Error message show
DefaultError
DefaultErrorDetail
Im using ASP:NET MVC 5 x Jquery
It works. Thanks :)
I tried to restore nuget packages but get error with
PM> Update-Package -Reinstall
Default project: ASPBoilerplate.EntityFrameworkCore
PM> Update-Database
I get the same error,
Assets file 'C:\Github\ASPMVCNetCore3x\src\ASPBoilerplate.Web.Public\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
How to fix it?
It works now, I used the Transaction Management, beacuse I couldnt change the MSDTC on my shared SQL server online
public class WebModule : AbpModule
Configuration.ReplaceService<IEfTransactionStrategy, DbContextEfTransactionStrategy>(DependencyLifeStyle.Transient);
Im satisfied :)
Thanks ismcagdas
When I run on my hosted SQL server and localhost from Visual Studio 2017 i got error see below I can change password but but never log in. If I use the same database local everything works good!
Im running v2.x on my hosted SQL Server 2016 and Webb server and that work well Any suggestions?
System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---> System.Transactions.TransactionManagerCommunicationException: Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access in the security configuration for MSDTC using the Component Services Administrative tool. ---> System.Runtime.InteropServices.COMException: Transaktionshanteraren har inaktiverat sitt stöd för fjärr- och nätverkstransaktioner. (Exception from HRESULT: 0x8004D024)
at System.Transactions.Oletx.IDtcProxyShimFactory.ReceiveTransaction(UInt32 propgationTokenSize, Byte[] propgationToken, IntPtr managedIdentifier, Guid& transactionIdentifier, OletxTransactionIsolationLevel& isolationLevel, ITransactionShim& transactionShim)
at System.Transactions.TransactionInterop.GetOletxTransactionFromTransmitterPropigationToken(Byte[] propagationToken)
--- End of inner exception stack trace ---
at System.Transactions.Oletx.OletxTransactionManager.ProxyException(COMException comException)
at System.Transactions.TransactionInterop.GetOletxTransactionFromTransmitterPropigationToken(Byte[] propagationToken)
at System.Transactions.TransactionStatePSPEOperation.PSPEPromote(InternalTransaction tx)
at System.Transactions.TransactionStateDelegatedBase.EnterState(InternalTransaction tx)
at System.Transactions.EnlistableStates.Promote(InternalTransaction tx)
at System.Transactions.Transaction.Promote()
at System.Transactions.TransactionInterop.ConvertToOletxTransaction(Transaction transaction)
at System.Transactions.TransactionInterop.GetExportCookie(Transaction transaction, Byte[] whereabouts)
at System.Data.SqlClient.SqlInternalConnection.GetTransactionCookie(Transaction transaction, Byte[] whereAbouts)
at System.Data.SqlClient.SqlInternalConnection.EnlistNonNull(Transaction tx)
at System.Data.SqlClient.SqlInternalConnection.Enlist(Transaction tx)
at System.Data.SqlClient.Sq...
Im host I think
public const bool MultiTenancyEnabled = false;
Hi
I log in as Admin and redirect to "testcontroller" and get the error in debug mode
I use the attribute over a class in the "testcontroller" in MVC
[AbpMvcAuthorize(AppPermissions.Pages_Editions]
Public class testController : BaseController
{...
The latest version