Hello,
Am new user of Hangfire and using fireandforget feature ,below is the code
var jobId = BackgroundJob.Enqueue(() => FireAndForget(GvDataFiles, clientContext, destLibraryName));
Function highlights
1.looping through the gridview rows.
2.performing some excel operations and uploading the file to sharepoint library.
While executing this job in asp.net form am facing the following issue “Self referencing loop detected for property ‘NamingContainer’ with type ‘System.Web.UI.WebControls.GridViewRow’. Path ‘FooterRow.Cells[0]’.”
Please guide me to resolve this issue.
Regards,
Vidya