After attempting to solve a JavaScript issue following an AJAX postback in ASP.Net by implementing some code, I encountered an unexpected error during the build process:
An unexpected error occurred: The name 'ScriptManager' does not exist in the current context
I have utilized ScriptManager in the past without any issues. Why is it causing problems now? Shouldn't it be accessible on all ASP.Net pages? It's worth noting that I do have a script manager on my master page...