Trouble publishing a silverlight app?

Discussion in 'Silverlight' started by xaisoft, Sep 2, 2009.

  1. I created a simple silverlight web application to test deployment.

    The page just contains a xaml button. It deploys fine, but when I try to access the website, it tells me that it could not load file or assembly System.Web.Mvc....

    I don't even see this reference in my Silverlight app to begin with.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    upload the mvc dll into your bin directory.

    you can also configure vs.net to deploy the dll.
     
  3. I got it to work

    For some reason, the silverlight app was looking for System.Web.Mvc. I just deleted everything and re-published and it worked fine.
     

Share This Page