Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startup/Compilation Issues Related to CSharpCodeProvider #749

Open
BenG-NS opened this issue Sep 22, 2021 · 0 comments
Open

Startup/Compilation Issues Related to CSharpCodeProvider #749

BenG-NS opened this issue Sep 22, 2021 · 0 comments
Labels
cms11 Issue relates to CMS 11 version (pre-.NET 5)

Comments

@BenG-NS
Copy link

BenG-NS commented Sep 22, 2021

Describe the bug
I'm trying to stand up an instance of the Foundation site on a dev server so we can test it out as we evaluate CMSes. The instructions (https://github.com/episerver/Foundation) mention Visual Studio, but they never direct a person to use it to build the site or anything. So I downloaded the zip file from Github onto our dev server and followed the instructions.

Having installed SQL Express and Node.js and made the required IIS settings changes, I downloaded the zip file and continued following the instructions.

The web/app.config changes don't seem to apply to my situation, since we don't have any of the services mentioned, so I don't have any URLs/keys/etc. to sub in for the "changeme" items.

I used the sqlcmd parameters "-U -P " to provide the credentials for the SQLEXPRESS sa account.

After running setup.bat, and adding the site's URL into the hosts file, opening the site yields an HTTP 500 page. In Event Viewer, I see the error below:

The CodeDom provider type "Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" could not be located.

Desktop (please complete the following information):

  • Windows Server 2019
@daniel-isaacs daniel-isaacs added the cms11 Issue relates to CMS 11 version (pre-.NET 5) label Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cms11 Issue relates to CMS 11 version (pre-.NET 5)
Projects
None yet
Development

No branches or pull requests

2 participants