Base solution for your next web application

Activities of "maddey234"

I have sent a mail.

I downloaded the .net core version and tried to follow the getting started process but after I download missing nuget packages I keep getting an error that access is denied to the "xxx\obj\debug\net461.sdkversion" file in all of the projects.

Have I missed a step?

The errors just come and disappear at will. I do not want to have to go through the pain of upgrading the application to the latest versions of ABP.

Answer

I attempted to download/update the packages from nuget to try to solve the proble but now I keep getting this error:

System.MissingMethodException was unhandled by user code HResult=-2146233069 Message=Method not found: 'Void EntityFramework.DynamicFilters.DynamicFilterExtensions.Filter(System.Data.Entity.DbModelBuilder, System.String, System.Linq.Expressions.Expression1<System.Func3<!!0,!!1,Boolean>>, !!1)'. Source=Abp.EntityFramework StackTrace: at Abp.EntityFramework.AbpDbContext.OnModelCreating(DbModelBuilder modelBuilder) at Abp.Zero.EntityFramework.AbpZeroDbContext3.OnModelCreating(DbModelBuilder modelBuilder) in D:\Halil\GitHub\module-zero\src\Abp.Zero.EntityFramework\Zero\EntityFramework\AbpZeroDbContext.cs:line 88 at System.Data.Entity.Internal.LazyInternalContext.CreateModelBuilder() at System.Data.Entity.Internal.LazyInternalContext.CreateModel(LazyInternalContext internalContext) at System.Data.Entity.Internal.RetryLazy2.GetValue(TInput input) InnerException:

I also get this one too:

System.MissingMethodException was unhandled by user code HResult=-2146233069 Message=Method not found: 'Void EntityFramework.DynamicFilters.DynamicFilterExtensions.Filter(System.Data.Entity.DbModelBuilder, System.String, System.Linq.Expressions.Expression1<System.Func3<!!0,!!1,Boolean>>, !!1)'. Source=Abp.EntityFramework StackTrace: at Abp.EntityFramework.AbpDbContext.OnModelCreating(DbModelBuilder modelBuilder) at Abp.Zero.EntityFramework.AbpZeroDbContext3.OnModelCreating(DbModelBuilder modelBuilder) in D:\Halil\GitHub\module-zero\src\Abp.Zero.EntityFramework\Zero\EntityFramework\AbpZeroDbContext.cs:line 88 at System.Data.Entity.Internal.LazyInternalContext.CreateModelBuilder() at System.Data.Entity.Internal.LazyInternalContext.CreateModel(LazyInternalContext internalContext) at System.Data.Entity.Internal.RetryLazy2.GetValue(TInput input) at System.Data.Entity.Internal.LazyInternalContext.InitializeContext() at System.Data.Entity.Internal.InternalContext.ForceOSpaceLoadingForKnownEntityTypes() at System.Data.Entity.DbContext.System.Data.Entity.Infrastructure.IObjectContextAdapter.get_ObjectContext() at Abp.EntityFramework.AbpDbContext.RegisterToChanges() in D:\Halil\GitHub\aspnetboilerplate\src\Abp.EntityFramework\EntityFramework\AbpDbContext.cs:line 133 at Abp.EntityFramework.AbpDbContext.InitializeDbContext() in D:\Halil\GitHub\aspnetboilerplate\src\Abp.EntityFramework\EntityFramework\AbpDbContext.cs:line 128 at Abp.EntityFramework.AbpDbContext..ctor(String nameOrConnectionString) in D:\Halil\GitHub\aspnetboilerplate\src\Abp.EntityFramework\EntityFramework\AbpDbContext.cs:line 77 at Abp.Zero.EntityFramework.AbpZeroCommonDbContext2..ctor(String nameOrConnectionString) in D:\Halil\GitHub\module-zero\src\Abp.Zero.EntityFramework\Zero\EntityFramework\AbpZeroCommonDbContext.cs:line 123 at Abp.Zero.EntityFramework.AbpZeroDbContext3..ctor(String nameOrConnectionString) in D:\Halil\GitHub\module-zero\src\Abp.Zero.EntityFramework\Zero\EntityFramework\AbpZeroDbContext.cs:line 72 at CooperativeManager.EntityFramework.CooperativeManagerDbContext..ctor(String nameOrConnectionString) in C:\Users\Femi\Documents\Visual Studio 2015\Projects\CooperativeManager\CooperativeManager.EntityFramework\EntityFramework\CooperativeManagerDbContext.cs:line 87 InnerException:

I use visual studio 2015 community edition. What can I do to fix this? I can't keep on replacing the application project again with an older version.

I get this error when building the project.

My user name is mddey234

Please grant me access to the Github account to download the code.

I am trying to create a new application that relate to staffs and the staff id is unique. This is what I wanted to use as the primary key initially. Is there another way I can go about it.thanks.

So is there a way to work around it

Showing 1 to 8 of 8 entries