I created an MVC application in C#. I created a new project in my solution called PhoneDomain. The purpose of this is to separate my data and domain layer from the actual pr
Check your web.config for assembly references. There may be a rogue reference in there.
UPDATE: Also make sure ALL projects have the necessary reference...