I have create a ASP.NET Web Application in Visual Studio 2013 using .Net Framework 4,5 and installed the nuget pakacge UmbracoCMS 7,1,8. Then I installed the package UmbracoIdentity, but when I compile it fails with
The type or namespace name 'UmbracoIdentity' could not be found (are you missing a using directive or an assembly reference?)D:\WebSites\Umbraco\u718\u718\Models\UmbracoIdentity\UmbracoApplicationUser.cs
Glad to hear that - Remember to mark the issue as solved if it fixed it so others can benefit and go directly to the solution if they face the same problem :)
I have integrated the umbraco Identity to my solution,but I have a scenario mentioned below.
1.I am overriding UmbracomembershipProvider with custommebership and all the implemented custom tables are stored in Customdatabase.
2.am using Identity Principal for Member role check.
How to Integrate the Umbraco Identity with session having User and Userrole allow over the application.
UmbracoIdentity package
Hi
I have create a ASP.NET Web Application in Visual Studio 2013 using .Net Framework 4,5 and installed the nuget pakacge UmbracoCMS 7,1,8. Then I installed the package UmbracoIdentity, but when I compile it fails with
The type or namespace name 'UmbracoIdentity' could not be found (are you missing a using directive or an assembly reference?) D:\WebSites\Umbraco\u718\u718\Models\UmbracoIdentity\UmbracoApplicationUser.cs
Have I got it wrong here or ...
/Paul S
Hi Paul
According to the documentation here https://github.com/Shazwazza/UmbracoIdentity it will only work with .NET framework 4.5.1 so it seems you need to update the framework.
Hope this helps.
/Jan
Hi Jan
Minor detail - big effect - thanks, it seems to work now
/Paul S
Hi Paul
Glad to hear that - Remember to mark the issue as solved if it fixed it so others can benefit and go directly to the solution if they face the same problem :)
Cheers, Jan
Hi all,
I have integrated the umbraco Identity to my solution,but I have a scenario mentioned below.
1.I am overriding UmbracomembershipProvider with custommebership and all the implemented custom tables are stored in Customdatabase. 2.am using Identity Principal for Member role check. How to Integrate the Umbraco Identity with session having User and Userrole allow over the application.
please help me on this.
Thanks, Pradeep
is working on a reply...