Thanks for above all.
I'v found the reason, my cookie is polluted, everything goes well after I clear the cookies.
Following the new doc, I go it. Thanks a lot.
Hi, I need more help. Now I still get the the wrong local message when I learning the sample in Module Zero. When I try to add a question, a exception is thrown in QuestionAppService, then I get the follow error: "An internal error occurred during your request!"
How can I localize it?
PS. Here is what did I do:
|--Localization
|----AbpExtends
|------AbpExtends.en.xml
|------AbpExtends.xml
Configuration.Localization.Sources.Add(
new XmlLocalizationSource(
"AbpExtends",
HttpContext.Current.Server.MapPath("~/Localization/AbpExtends")
)
);