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:
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.
Is this with the VS solution that you have sent to me some time ago? Because I have tested it and it builds fine here. Please try removing the references to the vulcan dlls and add them again, does it work now? If not, can you please send me the current version of the solution to have a look?
Not sure - Jelle got & posted this error. My recent copies from him seem to compile so if he re-applies the Vulcan dll's Monday it may work again -- if not he'll let you know with more info.
Yes the problem is solved now, here is what i had to do:
I had 1 solution but this had multiple projects. One of the projects that did have the DLL, builded fine on its own. However another project didn't have this reference to the DLL's. However, it worked before the update, and I forgot if it did or didn't have these references. Either it did and this update removed these references (which I found hard to believe but not impossible). Or this project didn't have these DLL's to begin with, since It was a small testing project so this might be the case... I forgot...
Or i somehow deleted the reference in between, which i also found hard to believe because the solution worked fine, then I updated and then immediately tested it again.