Binu Thayamkery - 183 - Feb 3, 2015

I get this when I go with the latest version of ServiceStack - Method ‘CreateUserAuth’ in type ‘ServiceStack.Auth.OrmLiteAuthRepository`2’ from assembly ‘ServiceStack.Server, Version=4.0.23.0, Culture=neutral, PublicKeyToken=null’ does not have an implementation.

With 4.0.23, it seems ok.

This is usually an indication of mixing dirty dlls from different versions together. I would delete your /packages folder and clear out your NuGet cache (https://github.com/ServiceStack/ServiceStack/wiki/MyGet#clear-nuget-package-cache) and download the packages again, ensuring you’re referencing the same version of ServiceStack everywhere.

Binu Thayamkery:

Thanks Demis. Updated all packages, now things seems to be good