Posted by: Alexander Barth - Friday, 23 August 2019 00:55:22 |
---|
I try to run YAF in a virtual directory. The reason is that I want to have it as part of the main URL: http://www.moresoftware.de/YAF
The host directory is a C#-application with .Net Framework 4.7.2.
But I get the following error:
Server Error in '/YAF' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The CodeDom provider type "Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" could not be located.
Source Error:
Line 180: |
Posted by: tha_watcha - Friday, 23 August 2019 03:36:17 |
---|
Looks like the required dlls are not in the bin folder. You could try moving the files from the Roslyn folder to the bin folder. But if I understand correctly you want to run yaf as separate application. What you need that section for in yaf? |