error :(SitePrincipal)Context.User
I rebulid the web as book,and I use C#.
I changed all PhilePrincipal in this web to SitePrincipal.
When I write \Modules\Users\Admin\roles.aspx.
I use this transform Context.User to SitePrincipal
__________
SitePrincipal currentPrincipal = (SitePrincipal)Context.User;
----------
But,there is error when it be tansformed.
I check all code about it,but i cannot find what was wrong,so give me a hand please :)
Thanks!
|