I keep getting a Invalid object name when tring to use entity framework code first against a Azure database. It is a MVC 3 project where I created a Model then the Controllers using EF and a new Context. Here is a list of the steps Ive taken to resolve it. I'm hoping I'm missing something obvious.
- Download VS 2010 SP1
- Download EF 4.1
- set up a firewall exception in Azure for my external IP.
- set the Connection string shown in Azure in my Web.config
- Turn off my firewall to rule this out.
It seems the index page is trying to pull back results, but the solution is not creating the database as it should so there is no database and I get a error occurred while executing the command defintion. Anyone?