Suraj Kaushik's Blog

2 share my mistakes and lessons

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. i.e. App_code folder.

 

, ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>