Skip to main content
SCE Documentation

Trouble Shooting

Could not find a part of the path … bin\noslyn\csc.exe


-run this in the Package Manager Console: Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r

sce 5.1.4


-BYU made an update to cdn.byu.edu so version 5.1.4 and older might be broken in some places. To fix this find all cdn.byu.edu and if they have "latest" then change that to "1.x.x"

sce 4.0.2


slide show 1.1.0

- fix "unrecognized expression: :nth-child" error -> open Slideshow.Plugin.js and find these two lines of code:
setSlide(0);
resetInterval();
Then wrap thoes lines of code like this:
if (!isNaN(interval))
{
setSlide(0);
resetInterval();
}