Hi, I get a server error after installing a clean Umbraco 7.5.x (tried 7.5.2 -> 7.5.13) and installing the Umazel package. The package installation goes smoothly, the back end content is populated, but the front end immediately throws the error:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0433: The type 'Umbraco.Web.PublishedContentModels.Pagehome' exists in both 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d0bca4ca\fa07cc35\assembly\dl3\b94dd1c3\7493705836d3d201\Umbraco.Web.PublishedContentModels.DLL' and 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d0bca4ca\fa07cc35\AppWeb_all.generated.cs.8f9494c4.nxm0v68-.dll'
Source Error:
Line 34:
Line 35:
Line 36: public class PageViewshomecshtml : Umbraco.Web.Mvc.UmbracoTemplatePage
Any ideas? I am by no means an expert ;) Any help appreciated.
Thanks
Server Error in '/' Application on installation
Hi, I get a server error after installing a clean Umbraco 7.5.x (tried 7.5.2 -> 7.5.13) and installing the Umazel package. The package installation goes smoothly, the back end content is populated, but the front end immediately throws the error:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0433: The type 'Umbraco.Web.PublishedContentModels.Pagehome' exists in both 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d0bca4ca\fa07cc35\assembly\dl3\b94dd1c3\7493705836d3d201\Umbraco.Web.PublishedContentModels.DLL' and 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d0bca4ca\fa07cc35\AppWeb_all.generated.cs.8f9494c4.nxm0v68-.dll'
Source Error:
Line 34:
Line 35:
Line 36: public class PageViewshomecshtml : Umbraco.Web.Mvc.UmbracoTemplatePage
Any ideas? I am by no means an expert ;) Any help appreciated. Thanks
Strange, I got things working by following this advice for Umbraco Cloud:
https://our.umbraco.org/projects/starter-kits/umazel-starter-kit-responsive-bootstrap-theme/umazel-starter-kit-general-discussion/82507-umazel-starter-kit-on-umbraco-cloud#comment-263459
from Niels Hartvig
Thanks Niels ;)
is working on a reply...