problem with XIDE + XsharpRuntimeApp example

This forum is meant for examples of X# code.

Post Reply
Fab64
Posts: 63
Joined: Mon Nov 23, 2015 12:26 pm

problem with XIDE + XsharpRuntimeApp example

Post 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
Attachments
2018-12-31_0107_001.png
2018-12-31_0107_001.png (10.84 KiB) Viewed 249 times
2018-12-31_0107.png
2018-12-31_0107.png (19.13 KiB) Viewed 249 times
2018-12-31_0105.png
2018-12-31_0105.png (55.75 KiB) Viewed 249 times
FFF
Posts: 1521
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

problem with XIDE + XsharpRuntimeApp example

Post by FFF »

Works here in W8.1
Tried a reinstall of Bandol?

Karl
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

problem with XIDE + XsharpRuntimeApp example

Post 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
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
Fab64
Posts: 63
Joined: Mon Nov 23, 2015 12:26 pm

problem with XIDE + XsharpRuntimeApp example

Post by Fab64 »

Hi Karl and Chris,
i re-download and reinstalled all, and now is ok.
many thank

Fabrizio
Post Reply