Can you send the stack trace of exception message you get on runtime ?
Hi,
The project you downloaded from website contains latest release of AspNetZero. Github repository contains all the releases and latest development version. Also private repository has some example projects.
It's better to use latest release for production.
You can also use github repository for opening/following issues about aspnetzero.
When a new release comes out, you have to manually apply changes to your project. If you haven't change any part of template, it will be much easier.
About missing file, it's about debugging aspnetboilerplate source code with gitlink (more info #1296@fa721044-6359-4156-8beb-68dc344e5a14).
Do you have eny build error about this missing file ?
Please see this forum topic #1279@ce815624-dbc6-4be0-9a4d-671c1b216f8e
Hi,
Unfortunately Entity Framework works this way by default. You have to save each entity seperately. But you can use GraphDiff in order to make save all entities at once.
You can find more info and examples in this issue <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1073">https://github.com/aspnetboilerplate/as ... ssues/1073</a>.
You can vote on github issues.
Hi,
Sorry for the late response. Have you solved your problem ? If not, do you get any javascript console errors ?
Hi,
Please see this forum topic #785@6f2631bf-217f-4a12-82d4-9601d72aca06
Hi,
Your entity is deriving from FullAuditedEntity which includes Id field as primary key.
If you want to use AmslNo instead of this Id field as primary key, please check this issue <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/586">https://github.com/aspnetboilerplate/as ... issues/586</a>.
You can make customErrors mode Off on web config. If that does not work, you can take a look at windows event viewer.
Can you also share stacktrace for this exception ?