Im using version 3.1.2, I try to update! Tell me if you want me to contribute to transle to swedish
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
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
Great, I have the same problem I think!
Do you have any sample code?
Thanks in advance!