XSharp Bandol Beta 3 New Popular: error MC1000
Posted: Wed Jul 18, 2018 2:20 pm
Hello all, I just installed XSharp Bandol Beta 3 after using XSharp 1.2.1 in Visual Studio 2017 and sadly I cannot start my project anymore after the new installation. I don't get an error in the Error List, however when building in the Output screen I do get this:
What could be the cause of this?
Code: Select all
3>------ Build started: Project: (My Project name), Configuration: Debug Any CPU ------
3>C:WindowsMicrosoft.NETFrameworkv4.0.30319Microsoft.WinFx.targets(268,9): error MC1000: Unknown build error, 'Cannot resolve dependency to assembly 'VulcanRT, Version=4.0.401.0, Culture=neutral, PublicKeyToken=0e73a8bf006af00c' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.'
3>Done building project "(My Project name).xsproj" -- FAILED.