The Event viewer tells me the method that it's trying to run:
From the dev machine this works fine. The table has data in it. The deployed solution currently points to the same database as my dev machine.Code:try { using (my_Connection ctx = new my_Connection()) { return ctx.Titles.OfType<Title>().ToList(); } }




Reply With Quote