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
XSharp app in Windows Vista
XSharp app in Windows Vista
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
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
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
XSharp app in Windows Vista
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.
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.
XSharp app in Windows Vista
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
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
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
XSharp app in Windows Vista
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
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