M
meskensjan
Hello,
I have a question regarding to JScript.Net on the Compact.Net
framework.
On the NET 3.5 desktop platform I made a JScript file which I compiled
to a executable (using the jsc compiler). Now I want to run this
executable on a mobile device. Therefore I compiled the JScript file
with the jsc command using the Compact.net 3.5 librarys. This works
fine and an executable is created.
However, once I try to execute this JScript file on my mobile device
an error is thrown: the Microsoft.JScript namespace is not found.
According to my opinion this is a strange error: I am not using
JScript directly on the mobile device but a compiled .NET executable.
Is this not supposed to work because it's using .NET's intermediate
language?
I will summarize my story with the central question: Is there a way to
use compiled JScripts (could be dll's or executables) on mobile
devices? Or, are there any workarounds to solve this problem?
Thanks in advance,
Jan Meskens
I have a question regarding to JScript.Net on the Compact.Net
framework.
On the NET 3.5 desktop platform I made a JScript file which I compiled
to a executable (using the jsc compiler). Now I want to run this
executable on a mobile device. Therefore I compiled the JScript file
with the jsc command using the Compact.net 3.5 librarys. This works
fine and an executable is created.
However, once I try to execute this JScript file on my mobile device
an error is thrown: the Microsoft.JScript namespace is not found.
According to my opinion this is a strange error: I am not using
JScript directly on the mobile device but a compiled .NET executable.
Is this not supposed to work because it's using .NET's intermediate
language?
I will summarize my story with the central question: Is there a way to
use compiled JScripts (could be dll's or executables) on mobile
devices? Or, are there any workarounds to solve this problem?
Thanks in advance,
Jan Meskens