Hi
I have downloaded the latest zip file of the source code from here: https://compositec1.codeplex.com/SourceControl/latest just to have a look at the framework and try out Composite. The program seems to build OK in Visual Studio 2012 but when I run I get a 'Could not load file or assembly 'file' error which points to the line below within the <buildProviders></buildProviders> . (see below) Would anyone have any ideas on why this is happening, it seems that it should be a simple solution but I cant seem to find any info on it.
Many thanks
Rifki
I have downloaded the latest zip file of the source code from here: https://compositec1.codeplex.com/SourceControl/latest just to have a look at the framework and try out Composite. The program seems to build OK in Visual Studio 2012 but when I run I get a 'Could not load file or assembly 'file' error which points to the line below within the <buildProviders></buildProviders> . (see below) Would anyone have any ideas on why this is happening, it seems that it should be a simple solution but I cant seem to find any info on it.
Many thanks
Rifki
<buildProviders>
<add extension=".cshtml" type="System.Web.WebPages.Razor.RazorBuildProvider, System.Web.WebPages.Razor" />
</buildProviders>