Вопрос

I'm having an issue trying to resolve "OrmLiteAuthRepository" from service stack in my Global.asax. It appears I installed the right packages from NuGet (install-package ServiceStack) for my project.

In the same file I'm able to create, register, and auto wire my ORMMySql connection as well as configure IUserAuthRepository using InMemoryAuthRepository.

Environment wise I have visual studio 2013 and ServiceStack 4.0.8.

Any ideas what my issue is in resolving my resolution issue with OrmLiteAuthRepository?

Thanks!

Это было полезно?

Решение

The OrmLiteAuthRepository has been moved to the new ServiceStack.Server NuGet package in v4.

Other breaking changes have been documented in the v4 Release Notes.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top