Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Project fails to load if folders nested inside Content folder #78

@ChargerIIC

Description

@ChargerIIC

I started a new F# MVC project and decided I wanted my bootstrap css files inside a subfolder called 'css'. I found out that if there is a subfolder inside the content folder the project will work up until any operation tries to reload the project. When this happens the following error occurs:

c:\users\User\documents\visual studio 2013\Projects\FSharpWeb1\FSharpWeb1\FSharpWeb1.fsproj : error : The project 'FSharpWeb1.fsproj' could not be opened because opening it would cause a folder to be rendered multiple times in the solution explorer. One such problematic item is 'Content\css\Site.css'. To open this project in Visual Studio, first edit the project file and fix the problem.

I popped open the project file and the Site.css file was only referenced once in the entire file. I've been able to repeat this issue by doing the same thing in other projects, but not in the tradition C# MVC template

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions