> I get the following error:
>
[quoted text clipped - 9 lines]
>
> I have a User Class in the MyFunctions namespace
If the User class is in the MyFunctions namespace, then why does it
appear in the RolesBasedAuthentication namespace in the code you posted?
Without a concise-but-complete sample of code to look at, it's
impossible to tell. But the code you posted does not match your
assertion about it. If the code is correct, your assertion is
incorrect and you can access the class simply by specifying the correct
namespace for it (or including the namespace in your "using" section).
Pete
tshad - 31 Oct 2007 08:32 GMT
>> I get the following error:
>>
[quoted text clipped - 17 lines]
> If the User class is in the MyFunctions namespace, then why does it appear
> in the RolesBasedAuthentication namespace in the code you posted?
You're right.
I had thought User was in the MyFunctions namespace and it was actually in
the RolesBasedAuthentication namespace.
Thanks,
Tom
> Without a concise-but-complete sample of code to look at, it's impossible
> to tell. But the code you posted does not match your assertion about it.
[quoted text clipped - 3 lines]
>
> Pete
Please try to avoid multiple posting the same theme, it just gets people that
are trying to help frustrated. If you are getting answers, stick to the same
thread.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> I get the following error:
>
[quoted text clipped - 74 lines]
>
> Tom