F
freeflytim
I'm trying to implement a custom MembershipProvider (and RoleProvider)
together with a custom MembershipUser class in C#, Asp.Net 2.0, MS
Visual Studio 2005.
Everything has worked fine so far, all compiles, then I try to run the
Website administration tool (WAT). I can bring up the main web page of
the tool, but as soon as I click on 'Security', I get this error:
Type is not resolved for member 'TC.Providers.TCMembershipUser,TC,
Version=1.0.2690.40299, Culture=neutral, PublicKeyToken=null'.
The earlier error was telling me that the TCMembershipUser class had
to be marked as Serializable - which was a surprise, since I never saw
this mentioned in any of the documentation. Now I'm getting this error
which I can't step into or debug.
I have tried attaching to the process (I'm using the asp.net
development web server) and stepping through the code when I hit the
'Security' link, but this error comes up without breaking into the
code - I've got the VSNet debugger set to break on all errors. I can't
find any help on this "Type is not resolved" error, which seems very
non-specific. I'm going to try again without using the custom
MembershipUser class.
Can anyone help please?!
together with a custom MembershipUser class in C#, Asp.Net 2.0, MS
Visual Studio 2005.
Everything has worked fine so far, all compiles, then I try to run the
Website administration tool (WAT). I can bring up the main web page of
the tool, but as soon as I click on 'Security', I get this error:
Type is not resolved for member 'TC.Providers.TCMembershipUser,TC,
Version=1.0.2690.40299, Culture=neutral, PublicKeyToken=null'.
The earlier error was telling me that the TCMembershipUser class had
to be marked as Serializable - which was a surprise, since I never saw
this mentioned in any of the documentation. Now I'm getting this error
which I can't step into or debug.
I have tried attaching to the process (I'm using the asp.net
development web server) and stepping through the code when I hit the
'Security' link, but this error comes up without breaking into the
code - I've got the VSNet debugger set to break on all errors. I can't
find any help on this "Type is not resolved" error, which seems very
non-specific. I'm going to try again without using the custom
MembershipUser class.
Can anyone help please?!