Suraj Kaushik's Blog

2 share my mistakes and lessons

compiler error message

The name ‘SqlHelper’ does not exist in the current context

Compiler Error Message: CS0103: The name ‘SqlHelper’ does not exist in the current context current context type error come 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. [...]

, ,