sql server error
Compiler Error Message: CS0103: The name ‘SqlHelper’ does not exist in the current context
Below error came in existence if we forget to include namepace for function/ object we are using on that particular file. OR else if you created some custom class then be sure that class is in your application scope. i.e. App_code folder. Server Error in ‘/dcorp’ Application. Compilation Error Description: An error occurred during the [...]