Solved
Forum Discussion
anumolu9999
5 years agoContributor
Hello BenoitB ,
The application base on .net. I checked both machines, both are having different .net framework versions.
One machine having 4.8 Version and Other machine had 4.6.
Can we get the .NetFramework version into our scripts?
Thank you,
Anumolu.
BenoitB
5 years agoCommunity Hero
Yes, i suggest you to look at the help .
- anumolu99995 years agoContributor
Hi BenoitB ,
I had tried to use below OSInfo methods
Log.Message(Sys.OSInfo.NetCoreCount);
Log.Message(Sys.OSInfo.NetCoreVersion(0));
Log.Message(Sys.OSInfo.NetCoreVersion(1));In both machines, the result shows SAME as below
2
v2.0.50727
v4.0.30319
There is no differentiation...Can you please help.
Thank you,
Anumolu.