问题标签 [moonlight]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
linux - 使用gdb在linux中调试moonlight firefox插件
我正在尝试调试在 ubuntu 平台上的 gdb 中添加到 firefox 的默认 libmoonplugin.so。我可以分配一个断点,但是当断点命中时会出现以下错误:
程序收到信号 SIGSEGV,分段错误。
谁能帮帮我?谢谢,悉达多
linux - 无法在 Firefox 中调试 Moonlight 插件
在加载 libmoonplugin.so 时出现以下错误无法从远程内存读取 JIT 描述符!
以下是完整的 GDB 会话
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
从 /usr/lib/firefox-4.0/firefox-bin 读取符号...(未找到调试符号)...完成。
(gdb) 符号文件 /usr/local/lib/moonlight/plugin/libmoonplugin.so
从 /usr/local/lib/moonlight/plugin/libmoonplugin.so 读取符号...完成。
无法从远程内存读取 JIT 描述符!
(gdb) 运行 ~/Desktop/default.html
启动程序:/usr/lib/firefox-4.0/firefox-bin ~/Desktop/default.html
无法从远程内存读取 JIT 描述符!
(gdb)
mono - MAC OS X 上的月光
我无法在 MAC OS X 上构建 Moonlight 应用程序。
错误状态:未安装框架“Moonlight/Silverlight 3.0”。
谁能帮我解决这个问题
mono - MONO mscorlib.dll 自定义
我在我的框架中嵌入了单声道。出于安全目的,我想自定义 mscorlib.dll。我想在我的 mscorlib.dll 中注入安全属性。是否可以使用 mscorlib.dll 中的单链接器删除某些功能或注入安全属性
c# - System.Diagnostics.Process namespace missing
I am writing an application where I have to use Process.Start api using System.Diagnostics namespace. I am using moonlight libraries with mono-2.10. But I am getting this error
"The type or namespace name `Process' could not be found. Are you missing a using directive or an assembly reference?"
I want to know is the System.Diagnostics namespace missing from the mscorlib.dll assembly in moonlight build??
silverlight - 月光VS银光
我是 Silverlight 的新手....
有人可以解释一下Silverlight和 Moonlight之间的基本区别是什么吗?
wpf - MoonlightDesktop 是否适合将 wpf 应用程序移植到 Linux?
我了解 Xamarin 不再支持 Moonlight,但我有一个在 Windows 上编写的 WPF 应用程序,我想移植到 Linux。我想避免重写 UI 代码。我遇到了一个名为 MoonlightDesktop ( http://www.mono-project.com/MoonlightDesktop ) 的 Xamarin 项目,看起来像我需要的,但是关于它的讨论很少。我可以使用它来移植我的应用程序吗?如果可以,为什么 Xamarin 不将其作为他们推荐的跨平台 UI 库之一推送?
silverlight - 如何在 Ubuntu 12.0.4 中安装月光?
我试图在 Ubuntu中打开这个链接。但它建议安装silverlight。
我在谷歌上搜索了这个,最后我得到了不支持的 Ubuntu 。所以SilverLight
我们需要安装MoonLight
。
为此,我运行以下命令。
安装后,我刷新上面的页面。它仍然是这样显示的。
我怎样才能解决这个问题。
谢谢。
http-status-code-403 - 尝试下载月光时出现403错误
当我尝试从 go-mono.com/moonlight 下载月光时,谁能建议我为什么收到 403 错误消息?如果有必要,很高兴贡献,如果有人可以告诉我在哪里以及如何。谢谢你的帮助。
javascript - Mono Moonlight XAML 到 Javascript
这个想法有意义吗?即通过分析 Moonlight 如何处理 XAML 代码来尝试了解 XAML 的内部工作原理,然后看看是否有办法将 XAML 代码转换为 Javascript 代码?