exception:TypeInitialization another line
Hi..
when I run the project I got the exception:TypeInitialization exception. which was pointing to the line:string id = Globals.ThemeSelectorID; in the BasePage.
But now it is pointing to the line :
if (Globals.ThemeSelectorID.Length == 0)
in the themeSelector user control.
Could any one help me to solve this problem?Any reply could be helpfull.:)
|