I have issue with table "Reality" which is not found, when I type "db" and press dot it is not suggested to me and even when I type it manually it is not found.
DataClasses1DataContext db = new DataClasses1DataContext();
var query = db.Reality
I also could not see it in Object browser
Even when object "Reality" is alone showed in object browser. Connection to database should be fine and table is correctly displayed in Linq-to-Sql class. Any idea?