xsharp.eu • problem with XIDE + XsharpRuntimeApp example
Page 1 of 1

problem with XIDE + XsharpRuntimeApp example

Posted: Tue Jan 01, 2019 9:14 am
by Fab64
Hi, all,

first problem this year.

I tried to compile the XsharpRuntimeApp example with XIDE 1.16 and BANDOL 2.008 but I have the following error:

XS0006 Metadata file Xsharp.core.dll could not be found
Xsharp.RT.dll could not be found
Xsharp.VO.dll could not be found


what am I doing wrong?

Fabrizio

problem with XIDE + XsharpRuntimeApp example

Posted: Tue Jan 01, 2019 10:51 am
by FFF
Works here in W8.1
Tried a reinstall of Bandol?

Karl

problem with XIDE + XsharpRuntimeApp example

Posted: Tue Jan 01, 2019 8:38 pm
by Chris
Hi Fabrizio,

I think that when installing XSharp, you disabled the option to register the runtime dlls to the GAC (or it happened by accident, due to a problem in the first installer version).

If you really do not want to put dlls into the GAC, you can delete those references and add them again as direct references (via the "Browse" page in the References app properties) to those dlls in the <Program Files>XSharpRedist folder.

But I think it's better to do put the runtime in the GAC, in which case I'd suggest as Karl said to (re-download and) reinstall the latest build.

Chris

problem with XIDE + XsharpRuntimeApp example

Posted: Tue Jan 01, 2019 11:58 pm
by Fab64
Hi Karl and Chris,
i re-download and reinstalled all, and now is ok.
many thank

Fabrizio