Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0103: The name 'ScriptManager' does not exist in the current context
Source Error:
Line 119: if (PageContext.LoadMessage.LoadString.Length > 0)
Line 120: {
Line 121: if (ScriptManager.GetCurrent(ForumControl.Page) != null)
Line 122: {
Line 123: string displayMessage = PageContext.LoadMessage.LoadStringDelimited("
");
Source File: e:\YAF-v1.9.4-RC1-BIN\App_Code\YAF\Modules\PagePopupModule.cs Line: 121
cant understand whats going on