Nolics exception
I recently set up Sitefinity, and when I try to log in, I get an exception. Searching for this error has not returned any useful results. Below are the details, please let me know what other information I can provide you with.
Thank you,
Zach
There is no data provider for class Telerik.Personalization.Data.PersonalizationValue. Did you forget to connect?
Exception Details: Nolics.ORMapper.Base.NolnetException: There is no data provider for class Telerik.Personalization.Data.PersonalizationValue. Did you forget to connect?
Stack Trace:
|
Hello Zach,
This is the forum for Sitefinity 4.0 and we do not use Nolics in this edition. I believe that you are running Sitefintiy 3.7.
Have you changed the web.config and the Nolics provider under <security> node?
<
security
defaultProvider
=
"DefaultSecurityProvider"
cmsProvidersName
=
"Sitefinity"
>
<
roles
>
<
clear
/>
<
add
name
=
"Administrators"
permission
=
"Unrestricted"
/>
</
roles
>
<
providers
>
<
clear
/>
<
add
name
=
"DefaultSecurityProvider"
connectionStringName
=
"DefaultConnection"
type
=
"Telerik.Security.Data.DefaultSecurityProvider, Telerik.Security.Data"
membershipProvider
=
"Sitefinity"
roleProvider
=
"Sitefinity"
/>
</
providers
>
</
security
>
Ivan,
Yes, I did post in the wrong forum, we are running 3.7. We are upgrading to 4.0, and I am no longer trying to resolve this issue, but thank you for your response.
Zach
PS. We are using custom membership and role providers, and I did change the highlighted tag accordingly. Also we are using the .Net 4 framework, and as I understand it now you need to have a more recent version of Sitefinity 3.7 to work in that situation, which could be the source of our issues.
Hi Zach,
Ok, switch back the providers to the default one and there should not be a problem. The you can use the migration tool to upgrade the website. Form Q1 (Sitefinity 4.1) release you will be able to add your ASP.NET membership and role providers.
Greetings,
Ivan Dimitrov
the Telerik team