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

Windows 10 Error #207

Open
SlackerP opened this issue Aug 3, 2015 · 0 comments
Open

Windows 10 Error #207

SlackerP opened this issue Aug 3, 2015 · 0 comments

Comments

@SlackerP
Copy link

SlackerP commented Aug 3, 2015

There is a weird error that happens after I installed windows 10 (clean install) and redownloaded mmbot using chocolatey, it doesn't load any script anymore:

image

I tracked it down, it happens at ScriptRunner.cs at this statement:

if (result.CompileExceptionInfo != null)
{
_logger.Error(result.CompileExceptionInfo.SourceException.Message);
_logger.Debug(result.CompileExceptionInfo.SourceException);
}

EDIT: It's because ScriptCs.Engine.Roslyn is outdated, but if you update it then you get a new error in visual studio (build error):

There is no argument given that corresponds to the required formal parameter 'assemblyUtility' of 'PackageAssemblyResolver.PackageAssemblyResolver(IFileSystem, IPackageContainer, ILog, IAssemblyUtility)' MMBot.Core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant