Hi all, i am getting error
"Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack."
i have redirected to a new page in repeater's itemcommand event. Error coming at line :
string url = "~/Galleries/AlbumImageList.aspx?UId=" + this.UserId.ToString() + "&AlbumId=" + e.CommandArgument.ToString();
Response.Redirect(url);
can anybody please help me that why is this error coming is anything wrong tere?
_COMPlusExceptionCode is -532459699