5 Answer(s)
-
0
I suppose this is a problem with IE. It works in Chrome and Firefox. I created an issue, follow it: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1026">https://github.com/aspnetboilerplate/as ... ssues/1026</a>
-
0
Thank you for your response. I try with another browser and error has gone. But another problem: first I change .Net version to 4.6.1 after that update all packages in solution. result: abp.zero.entityframework does not definition for ISupportSeedMode ?! abp.zero.entityframework new version : 0.9.1.0
-
0
ISupportSeedMode is removed. See <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/issues/198">https://github.com/aspnetboilerplate/mo ... issues/198</a>
-
0
Hi,
By the way, javascript error caused by missing semi-colon at the end of serializeFormToObject function definition. It's solved in the module zero repository on github.
-
0
<cite>hikalkan: </cite> I suppose this is a problem with IE. It works in Chrome and Firefox. I created an issue, follow it: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1026">https://github.com/aspnetboilerplate/as ... ssues/1026</a>
I think this bug is not related to IE. I tested it with Firefox, just ignore it. but when I want to for example submit New User form I got this error
TypeError: _$form.serializeFormToObject is not a function