Hi,
I've installed dnn 4.7 with the aspdotnetstorefront shop and it's working fine. But i tried to change the UIcultere to dutch
<globalization culture="nl-NL" uiCulture="nl" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8"/>
and i got this error:
The files '/ASPDNNSF_Demo/App_Code/HTML/HtmlTextInfo.vb' and '/ASPDNNSF_Demo/App_Code/Aspdnsf/PageBase.cs' use a different language, which is not allowed since they need to be compiled together.
i did change it back to its original state:
<globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8"/>
I still get the error, very strange, because i didn't have any trouble with this before, the shop was working fine.
So i added this rules to the web.config (as suggested at aspdnsf-faq).
<codeSubDirectories>
<add directoryName="HTML"/>
<add directoryName="Aspdnsf"/>
</codeSubDirectories>
Now my portal is back online, but i can't login. I have 3 accounts with passwords i'm 100% sure off. I try to login, but it fails al the time. i try to send me my password, but it doesn't work, it fails to get my password says the error message.
I configured my portal that i have 2 languages: nl-NL and fr-CA . I also added these locals to the shop locals, and it was working quite fine. But i saw that the default language was still en-US, that's why i tried to modify the web.config (as suggested in the manual of aspdnsf).
What can i do?
Best regards,
Thomas