-
Notifications
You must be signed in to change notification settings - Fork 347
UWP trouble with interpreting dynamic expressions #1231
Comments
AFAIK IronPython had never been tested under UWP. Trying it there is
|
This problem lies in the dynamic language runtime. I see that there is a project IconLanguages / dlr Should I resubmit this issue there. Or is this here the right address? |
The other one is probably better, since it's the next version of the DLR On Mon, Sep 28, 2015 at 9:09 AM, neolithos [email protected] wrote:
|
Hello,
a really Q&D example for showing the issue.
First the simple callsitebinder:
And the calling code:
If I run the code under Windows 8.1 Phone or the desktop .net framework, it works fine.
But under Windows 10 UWP I get the following exception:
What is wrong?
Same Issue IronLanguages/dlr#3
The text was updated successfully, but these errors were encountered: