Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem deploying to azure #59

Open
codescribler opened this issue Jun 26, 2013 · 5 comments
Open

Problem deploying to azure #59

codescribler opened this issue Jun 26, 2013 · 5 comments
Assignees
Labels

Comments

@codescribler
Copy link

I built a very simple website just to try out simple web and razor. It works as expected locally but fails when I deploy to azure with the following config error:

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Source Error:

Line 15:
Line 16:
Line 17:
Line 18:
Line 19:

It tells me the issue is on line 17 which reffers to the System.Web.Mvc assembly. I've ensured it's properies are set to local but that didn't help. Any ideas?

Thanks in advance!

@ianbattersby
Copy link
Collaborator

If it is referenced and copy-local true then Azure probably doesn't like the web.config XML. Will try and investigate what MVC3/4 plants in there these days :)

@ghost ghost assigned ianbattersby Jun 27, 2013
@codescribler
Copy link
Author

Just wondering if you had made any progress on this. I'm keen to deploy a prototype site into azure based on simple.web as a proof of concept.

@ianbattersby
Copy link
Collaborator

I have started to look at this on a coupes of occasions but had to sort out an azure account and time is short. Sincere apologies, perhaps @markrendle has an idea.

@markrendle
Copy link
Owner

Daniel,

If you're able to send me a ZIP of the project, or one which reproduces the
problem, I'll take a look for you.

Cheers,
Mark

Mark Rendle
Founder & CEO
Oort Corporation
Makers of Zudio https://zud.io/

On Wed, Jul 3, 2013 at 1:29 PM, Daniel Whittaker
notifications@github.comwrote:

Just wondering if you had made any progress on this. I'm keen to deploy a
prototype site into azure based on simple.web as a proof of concept.


Reply to this email directly or view it on GitHubhttps://github.com//issues/59#issuecomment-20412015
.

@ghost ghost assigned markrendle Sep 12, 2013
@jjvdangelo
Copy link
Contributor

I just tried deploying a new app to Azure Websites and got this error. I have created a repo at https://github.com/jjvdangelo/simplewebazuredemo and set up an Azure Website to deploy from it at http://simplewebdemo.azurewebsites.net/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants