Severity Code Description Project File Line Suppression State
Error XS9067 Interface method System.IDisposable.Dispose() and implementation IC2ExtLibForVO.WCFService.Dispose(params Vulcan.__Usual[]) have different calling conventions. IC2ExtLibForVO C:XSharpProjectsIC2ExtLibForVOIC2ExtLibForVOWCFClientClassesViaVO.prg 27
We get this error in the following class/method, on the line "VIRTUAL METHOD Dispose() AS VOID"
I am currently not really following the X# developments I have to say, at least until Intelissense works as it does in C# (which is not great but acceptable). I fully understand that this has no priority but VO works still fine for me so I don't mind.
About the error: Jelle was a bit reluctant to update because he always came across something which stopped working after an update. Usually because the compiler is stricter (and better) but he doesn't like to need to solve that kind of issues. I am sure that he did not change any compiler options so if /the vo5 option is now switched off it must have been a side effect of installing the new version.
I recommended him to re-install an older version and check once again with the latest version if it's fixed or has another solution like this /vo5 parameter. Installing and de-installing goes fast. We'll hear it Monday.
Yes we indeed put this on true because last time we had some issues with it.
STRICT
Ah, thank you very much, the error indeed seems to be gone. Strange how it wasn't an issue before the update.
I am sure that he did not change any compiler options so if /the vo5 option is now switched off it must have been a side effect of installing the new version.
Maybe, I think this was always on True but when I had the error I didn't check. So maybe.
Anyways, thank you for the help! Now using Xsharp 7!