views:

62

answers:

0

Hi I have MVC 2 project which I need to deploy to the cloud. I have a cloud app which has a web role associated with this mvc project. When trying to start a new instance of the cloud project in the dev fabric, i get the following error:

The assembly with display name 'VJSharpCodeProvider' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 2. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'VJSharpCodeProvider, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

Can anybody please point me in the right direction on what the error means and how to resolve