I am using my DevForce model in an auxiliary web app. My early testing with MVC3 works fine, but I'd like to use MVC4 for the built-in mobile support. However, I'm running into a problem with MVC4. I can query just fine, but when I attempt to update, I get an "Entry point was not found" exception on the SaveChanges() call.
I realize that since MVC4 is still in beta, there might not be a simple answer, but I thought I'd ask. Any suggestions?
Thanks.