I have a class library (lets call it a) which i've created a custom profile provider in. I reference this library in another class library (lets call this b) which is part of a solution along with a web application. Now how do i reference the custom profile provider in class library b.
I've been following this article http://leedumond.com/blog/getting-strongly-typed-profile-properties-from-a-class-library. Which is ok but it doesn't save the profile it only reads it.
Has anyone done this or know how to do it?