Suraj Kaushik's Blog

2 share my mistakes and lessons

sql server error

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. [...]

, ,

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 [...]

, , ,

A network-related or instance-specific error occurred while establishing a connection to SQL Server

Very simple error. I just refreshed the page in browser and my internet was not connected and I was accessing online sqlserver to connect with the site. so…… always check if you are fully connected. Server Error in ‘/dune’ Application. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server [...]

, , , ,