XSharp app in Windows Vista

This forum is meant for questions and discussions about the X# language and tools
Post Reply
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

XSharp app in Windows Vista

Post by Juraj »

Hi All

I want to run xSharp app in Vulcan dialect on computer with Windows Vista 32. I get a .Net error after starting. Any experience?

Juraj
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

XSharp app in Windows Vista

Post by wriedmann »

Hi Juraj,
AFAIK the needed .NET version (4.7) is not available in Windows Vista.
X# applications without runtime (Core dialect) can be run even on Windows XP.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

XSharp app in Windows Vista

Post by Juraj »

HI Wolfgang

Thank you for your response. App was imported from Vulcan into VS2017 and framework is set to 4.0, because I need Oledb for MDB database.
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

XSharp app in Windows Vista

Post by wriedmann »

Hi Juraj,
since you are using the X# runtime for the Vulcan dialect you need at least .NET Framework 4.7 on this machine, and AFAIK this version is not available on Windows Vista (out of maintainance by Microsoft for a few years now).
Even Windows 7 will exit from support next January...
Wolfgang
P.S. maybe the application will work using the Vulcan runtime with the X# compiler
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

XSharp app in Windows Vista

Post by Juraj »

Hi Wolfgang

if I using Vulcan runtime app not work.
I rewrote the main part into Core dialect and program works . You had to convert, XSharp in Core dialect also works in Vista. Super, thanks for advice.

Juraj
Post Reply