Question

I am developing a web part for SharePoint in Visual Studio. This web part displays record from database. There is some line of code containing jquery/javascript code. I commented it, and now records have stopped displaying. I undid this action so now code was like previously but still report is not showing now.

I have tried restarting servers, database, IIS but no luck. Also used different browsers and cleared cache several times. So basically report doesn't show even though I simply commented 4, 5 lines code, then uncommented it. That's it.

No error, exception is being shown. Has anyone encountered something like this? What do I do in this case?

EDIT
By the way this happened twice on two different SharePoint farms. Same code, just commented some lines, then compiled code, report not shown, then I uncommented those lines, recompiled code, no error but report is not shown.

Was it helpful?

Solution

Turns out it's not a bug but silly mistake by me. Fixed!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top