WebService Error :(
-
Server Error in '/WebControl' Application. ---------------------------------------------------------------- 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: CS0234: The type or namespace name 'Global' does not exist in the class or namespace 'System.Web.UI.WebControls.WebControl' (are you missing an assembly reference?)
When i try to get into my WebService, i get this error, but nothing in my project looks like :Line 26: Line 27: [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()] Line 28: public class Global_asax : WebControl.Global { Line 29: Line 30: private static bool __initialized = false;
Anyone got any clues ? Thanks :) Heel -
Server Error in '/WebControl' Application. ---------------------------------------------------------------- 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: CS0234: The type or namespace name 'Global' does not exist in the class or namespace 'System.Web.UI.WebControls.WebControl' (are you missing an assembly reference?)
When i try to get into my WebService, i get this error, but nothing in my project looks like :Line 26: Line 27: [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()] Line 28: public class Global_asax : WebControl.Global { Line 29: Line 30: private static bool __initialized = false;
Anyone got any clues ? Thanks :) Heel