Error Details:
The Web application at http://dev001aaamaaind:333/ could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
string urlSite = "http://dev001aaamaaind:333/";
using (SPSite sc = new SPSite(urlSite))//Getting Error in the line { SPWeb site = sc.RootWeb; foreach (SPList list in site.Lists) { if (!list.Hidden) Console.WriteLine(list.Title); } }