Getting Telerik.Sitefinity.Security using nuget

Posted by Community Admin on 04-Aug-2018 18:05

Getting Telerik.Sitefinity.Security using nuget

All Replies

Posted by Community Admin on 09-Aug-2016 00:00

Is there way to install package to get Telerik.Sitefinity.Security? 

I tried 

Install-Package -ProjectName MyUtilsForSF Telerik.Sitefinity.Security

I have sitefinity as provider for Nuget. I see lot of packages from sitefinity; but I need to add reference to Telerik.Sitefinity.Security and Telerik.Sitefinity.Security.Model. Neither I see download to these dll, nor I can use nuget. My last resort is to search disk to these dll if they are part of sitefinity install and point to the file(s). But Nuget would be better

Thanks.

Posted by Community Admin on 09-Aug-2016 00:00

Telerik.Sitefinity.Security inside Telerik.Sitefinity.dll

Telerik.Sitefinity.Security.Model inside Telerik.Sitefinity.Model.dll

Both dlls inside this nuget package http://nuget.sitefinity.com/#/package/Telerik.Sitefinity.Core

Install-Package Telerik.Sitefinity.Core

Posted by Community Admin on 09-Aug-2016 00:00

IT partially solved the issue, as my c# imports are not giving error. But to compile I need Telerik.OpenAccess.SPI.dataobjects.PersistenceCapable

var userManager = UserManager.GetManager("Default");

does not compile.

Posted by Community Admin on 09-Aug-2016 00:00

error CS0012: The type 'Telerik.OpenAccess.SPI.dataobjects.PersistenceCapable' is defined in an assembly that is not referenced. You must add a reference to assembly 'Telerik.OpenAccess, Version=2016.1.224.1, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342'. 

Can you point me to what dll is in what package instead of getting into this loop? Nuget doesn't seem to bring dependencies.

Thanks.

Posted by Community Admin on 10-Aug-2016 00:00

You need to install nuget.sitefinity.com/

 

Install-Package Telerik.DataAccess.Core

This thread is closed