Hi,
I'm creating a mvc application from the scratch. I'm using Abp 0.11.0.2 and System.Collections.Immutable 1.2.0.0. After changing that line the Global.asax:
From public class MvcApplication : System.Web.HttpApplication
To public class MvcApplication : AbpWebApplication<MvcAppModule>
The application could not load the System.Collections.Immutable assembly.
Also i tried to use binding redirect like this: <dependentAssembly> <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-1.1.37.0" newVersion="1.2.0.0" />
</dependentAssembly>
Am I doing something wrong?
Thanks
Hi Halil,
Any news?
Thanks
Hi Halil,
Have you checked what can be that issue?
Thanks
I'm so sorry Halil, I didn't mean any harm!
I've already delete that file.
Hi Halil,
Here is the url to download the project that I've created to show you the errors after migrating from abp version 0.8.x to 0.9.x.
To simulate the errors, please execute these tests:
A work around to fix that errors temporally, here are the changes:
Best Regards
Marcos
Instead of posting the code here may i reproduce the error in a demo application and post here the link to download the application?
I would like to show you another issue that i'm having.
Thanks Halil
Halil,
Do you have any idea why i can't use soft deletes in that situation? Or maybe is that a bug in version 0.9.x?
Thanks Halil!
Hi Halil,
The attribute [UnitOfWork] doesn't work in Unit Tests methods? Or i need to use IUnitOfWorkManager and begin a transaction explicitly?
I've made some tests and to make it run 100% without exceptions both entities can't have soft deletes. if one entity of the relation have soft deleted the exception is raised.