Hello
I am stacked in chapter 4 and I need some help please.
I have posted few posts already and did not get a single answer.
I hope that this forum will help me to understand to go through the book and learn useful programming techniques.
My problem is in viewing the Users, User, and administration pages.
Basically these are the pages located in the Administration folder.
I can not do any test such as adding users or editing existing ones.
When i run the project there are no compilation errors but after a while the browser unsuccessfully tries to open the Users.aspx page i am redirected into visual studio which highlights the following line of code found in the CustomGridView.cs in yellow :
Code:
objectType.InvokeMember(LoadMethodName, BindingFlags.InvokeMethod, null, listObject, _methodParameters.ToArray());
along with this there is a yellow message explaining that a TargetInvocationExpression was unhandled by user code.
At the end i get a red error saying:
Web site worker process has been terminated by IIS.
Help please
Regards
MattHoff