J
Jona Kee
I have web pages that inherit from a custom page class. I now get the
following error:
"The file failed to load in the web form designer. ... Object
reference not set to an instance of an object."
This occured after I added the following line of code in the base
class constructor:
if(User.Identity.Name.Length > 0)
Any way around this?
Thanks for your help.
following error:
"The file failed to load in the web form designer. ... Object
reference not set to an instance of an object."
This occured after I added the following line of code in the base
class constructor:
if(User.Identity.Name.Length > 0)
Any way around this?
Thanks for your help.