The Event viewer tells me the method that it's trying to run:

Code:
try
            {
                using (my_Connection ctx = new my_Connection())
                {
                    return ctx.Titles.OfType<Title>().ToList();
                }
            }
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.