Issues with XSharp Integration in My Project

This forum is meant for questions and discussions about the X# language and tools
Post Reply
Novaliya
Posts: 1
Joined: Fri Dec 06, 2024 12:59 pm
Location: LQefb&%_*88

Issues with XSharp Integration in My Project

Post by Novaliya »

Hi everyone,

I’m currently working on a project using XSharp and I’ve run into a bit of a challenge. Specifically, I’m trying to integrate XSharp into an existing .NET Core application, but I’m not sure if I’m setting things up correctly.

Here’s the issue: when I try to reference XSharp classes in my project, I keep running into compatibility errors. I’ve double-checked the versions and dependencies, but I’m not sure if there’s a specific step I might be missing in the integration process.

Has anyone here successfully used XSharp with .NET Core? If so, could you share any tips or a simple guide on how to properly configure everything? Any help would be greatly appreciated!

Thanks in advance
User avatar
wriedmann
Posts: 3783
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: Issues with XSharp Integration in My Project

Post by wriedmann »

Hi Novaliya,
XSharp applications currently are not .NET Core, but ,NET Framework.
If you are using another dialect than the X# Core dialect, you need some X# runtime DLLs, either in the GAC or in your application bin folder.
Unfortunately I have no experience with .NET Core, but others do.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply