Replies: 4 comments
-
What does |
Beta Was this translation helpful? Give feedback.
-
Seems that it is not loading the file. |
Beta Was this translation helpful? Give feedback.
-
That version could be anything from 4.6 on. We only support 4.7.2 and up as these are the only properly .NET Standard-compatible versions of .NET Framework. |
Beta Was this translation helpful? Give feedback.
-
I just checked the source code and Python.Runtime is compiled for netstandard2.0, which goes down to .NET Framework 4.6.2, the target for the application where I ran the test code. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This used to work in 2.x versions:
but now it returns an error regarding not able to find Array. findRes returns
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.dll
So it is loading .NET Framework, and Array should be in System namespace. Am I forgetting something?
I've tried it with latest code in main branch and also with latest release (3.0.5).
Beta Was this translation helpful? Give feedback.
All reactions