chapter 5 log in problem
<ModuleSetting xmlns=''> was not expected.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: <ModuleSetting xmlns=''> was not expected.
Source Error:
Line 34: FileStream fs = new FileStream(fileName, FileMode.Open);
Line 35: // use the Deserialize method to retrieve the oject state
Line 36: data = (ModuleSettings)serializer.Deserialize(fs);
Line 37: fs.Close();
Line 38:
Source File: C:\Wrox\ThePhile\Modules\Accounts\ACCOUNTSCONFIGUR ATION\ModuleConfig.cs Line: 36
this is the problem i am getting. any idea ? anyone?
|