So when you open up visual studio you only see one file in the project and that file is missing.
The solution right now is to show all files and include the four directories DatasourceTypes, FieldTypes, PrevalueTypes and WorkflowTypes in the project.
Contour Shared Source solution only include one file
Hi
When downloading the Umbraco Contour Shared Source from http://our.umbraco.org/projects/umbraco-contour-shared-source the Visual Studio project file "Contour.SharedSource.csproj" only include one file "Class1.cs" in the project.
So when you open up visual studio you only see one file in the project and that file is missing.
The solution right now is to show all files and include the four directories DatasourceTypes, FieldTypes, PrevalueTypes and WorkflowTypes in the project.
You need to add those four directories into your project manulaly, and they are compilable anyway
is working on a reply...