4

Closed

VS2012 Web Deploy fails at \Media\web.config

description

We've updated the Orchard Hungary sites to 1.6 a while ago and we're trying deploy it now using Visual Studio 2012. The process fails due to one specific file, which is \Media\web.config:
Could not open Source file: Could not find a part of the path 'C:\DEV\Orchard HUN\src\Orchard.Web\Media\web.config;Media\web.config'.

Since changeset #6437, this file is included in the Orchard.Web.csproj as "Content", instead of "None".
Resetting it to "None" solves the issue.

Related issue: http://orchard.codeplex.com/workitem/19264
Closed Feb 22 at 11:32 PM by sebastienros
Fixed

comments

nunez wrote May 6 at 8:02 AM

As of revision 6962, this bug still exists. Changing the file from 'Content' to 'None' has no effect.