Hi
Here is the problem. I can see my dll in my bin folder. I can see it in my references. Yet somehow, VS is blind to it.
<membership defaultProvider="CustomMemberProvider" userIsOnlineTimeWindow="15">
<providers>
<add
name="CustomMemberProvider"
type="HCCBase.SecurityModel.CustomMemberProvider, HCCBase.dll"
connectionStringName="DefaultConnection"
enablePasswordRetrieval="true"
enablePasswordReset="true"
requiresQuestionAndAnswer="true"
writeExceptionsToEventLog="false" />
</providers>
</membership>
How is that even possible?
I've tried deleteing the reference and bin. Clearing my solution. Adding it again. Rebuilding. Building. ect
How can I see it and yet VS can't?
Go to the complete details ...