PDA

View Full Version : Trouble publishing a silverlight app?


xaisoft
09-02-2009, 08:43 AM
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.

bruce
09-02-2009, 10:15 AM
upload the mvc dll into your bin directory.

you can also configure vs.net to deploy the dll.

xaisoft
09-02-2009, 11:20 AM
For some reason, the silverlight app was looking for System.Web.Mvc. I just deleted everything and re-published and it worked fine.