简体   繁体   English

Silverlight在开发中不起作用

[英]Silverlight does not work in develop

I have an silverlight application written in c# in vs13. 我在vs13中有一个用C#编写的silverlight应用程序。

The application worked awsome on my 32bit computer, but when i try to operate it in my 64bit computer there was a fatal error. 该应用程序在我的32位计算机上无法正常工作,但是当我尝试在64位计算机上对其进行操作时,出现致命错误。

The problem is that when i start the prgram i check if "window.silverlight.hasinstalled" but the window object does not even have a silvrrligt property. 问题是,当我启动prgram时,我检查是否“ window.silverlight.hasinstalled”,但窗口对象甚至没有silvrrligt属性。

What even more strange is that when I open othe silverlight website and i check the window object in the console its contain the silverlight property.. any ideas? 更奇怪的是,当我打开othe silverlight网站并检查控制台中的window对象时,其中包含了silverlight属性。 Thank a lot? 非常感谢?

Not all browser versions support 64-bit Silverlight. 并非所有浏览器版本都支持64位Silverlight。 See Compatible Operating Systems and Browsers for details. 有关详细信息,请参见兼容的操作系统和浏览器 To make things worse, even using a browser that does support it, you won't be able to debug your application as it is not supported for x64. 更糟的是,即使使用支持它的浏览器,您也无法调试应用程序,因为x64不支持该应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM