This topic lists the error messages that come from the native code implementation of the Silverlight plug-in, and the native code level of the object tree and the XAML parser. The error messages
转载 2010-11-24 10:17:00
221阅读
2评论
当调试SilverLight项目时,如果出现如下错误:当调试页面时出现如下错误:解决办法为:打开工程属性,在Startup object:处选择相应的启动应用程序。
原创 2021-07-31 16:26:11
789阅读
Link:Unhandled Error in Silverlight Application, code 2103 when changing the namespace I have a simple silverlight 3 solution with one xaml file. The solution is called creditclient and has the same
转载 2011-12-22 08:50:00
103阅读
2评论
silverlight3程序部署1 在Default Web Site右键 选择 "添加应用程序",2 输入别名,选择物理路径 ,最后确定.部署完成 在ie中打开 提示错误 "Error:Unhandled Error in Silverlight Application 远程服务器返回了错误: NotFound"经过排错后发现 是 应用程序池 的托管管道模式 不能是"集成模式",改为 "经典模式...
原创 2021-07-28 17:40:49
100阅读
  Silverlight is a new technology which is base on .Net Framework and cross-browser , cross-platform.It can provide a rich interactive application(RIA) for the web.Of course it can run outside of the browser on your desktop also.It is easy for you to use
原创 2021-06-21 11:05:21
684阅读
http://www.cnblogs.com/jv9/category/167734.html http://www.dotblogs.com.tw/eternaltung/archive/2010/11/22/defaultfocus.aspx
转载 精选 2011-10-06 17:58:07
491阅读
机缘巧合,让我接手一个功能,用silverlight开搞,只好学习一下。发现做界面真的很神速,跟WINFORM没什么两样,尤其是和WPF下的WINFORM没什么两样。所谓的RIA(富互联网应用),就跟以前的什么肥客户端、瘦客户端一个意思。WEB开发,界面开发相对比较耗时,交互性要大费周折,所以微软就...
转载 2014-03-24 21:32:00
94阅读
2评论
相信有不少人遇到过这个恶心的问题,xaml与cs编译正常,也能在浏览器里运行,但是就是无法在vs.net或blend里以【设计视图】方式打开,只能对着代码视图盲打。(个人觉得这是blend与vs.net的一个严重bug)出现这个问题的原因,多半是在构架函数里用到了HtmlPage,运行时SL是host在浏览器里的,HtmlPage即为将它嵌入的页面,而在vs或blend里预览时,宿主是IDE开发环境,并不是网页,因此找不到HtmlPage最终报错(这只是个人分析的,不保证正确.)解决办法,在构造函数最开始,用代码判断当前是否为设计视图,如果是,则不执行后面的代码:
转载 2011-05-25 16:13:00
126阅读
2评论
机缘巧合,让我接手一个功能,用silverlight开搞,只好学习一下。发现做界面真的很神速,跟WINFORM没什么两瓜式的开发。作为程序员是不是要
原创 2022-08-15 15:41:00
116阅读
ylbtech_silverlight一、DebugSilverlight应用程序的方法:第一种:1.Silverlight引用命名空间:System.Diagnostics;2.在程序必要的地方写:Debug.WriteLine("想要输出的内容");3.Debug的时候,在输出窗口就可以输出“想要输出的内容”第二种:1.引用命名空间:System.Windows.Browser;2.在程序必要
转载 2014-07-06 22:15:00
143阅读
2评论
You can use vs2010 or Expression Blend to create Silverlight projects or modify existing projects.A Silverlight application project is created by using the Silverlight Application project template. Use the following steps to create a new Silverlight applic
原创 2021-06-21 11:05:20
750阅读
http://kevinfan.blog.51cto.com/1037293/439928
转载 精选 2010-12-06 16:56:03
324阅读
Silverlight前景:       Silverlight是微软的下一代Web技术的原形,支持多种操作系统:Windows/Mas   OS/Linux(Moonlight),支持多浏览器:IE,FireFox,   Silverlight与Ajax有本质上的区别,通过Silverlight我们可以带给
原创 2007-11-20 10:49:00
605阅读
Silverlight里面调用WebServices和WCF是一件麻烦的事,在开发的时候,如果IP更改了,总是需要重配或者更新。虽然可以动态绑定,但是IP还是要配吧,而且性能比写死的要慢很多。而且,还得在根目录加上跨域XML。那么有什么解决方案呢?比如有这么一个需求,当用户选择文件后,需要查询数据库获取是否可上传,以及上传的最大限制。由于以上原因,不愿意使用WebServices或者WCF来获取数据,于是首先想到的是写在initParams参数里面,但是不够理想,如果设置比较多,或者有更多自定义的条件的话,不太好处理。接下来就想到了利用ASP.NET里面的一般处理程序,具体操作如下:1)在i
原创 2021-05-25 15:37:07
286阅读
 一、什么是Silverlight对于互联网用户来说,Silverlight是一个安装简单的插件程序。用户只要安装了这个插件程序,就可以在Windows和Macintosh上多种浏览器中运行相应版本的Silverlight应用程序,享受视频分享、在线游戏、广告动画、交互丰富的网络服务等等。对于开发设计人员而言,Silverlight是一种融合了微软的多种技术的Web呈现技术。它提供了一套开发
转载 2007-12-17 10:27:00
69阅读
Silverlight的主页: [url]http://silverlight.net[/url]   如果装了VS2008beta2 那么装插件就好了: Prerequisites (available from the Silverlight download site): Microsoft Silverlight 1.1 Alpha. Microsoft V
转载 精选 2007-09-27 16:29:15
405阅读
boa
原创 2010-11-12 20:40:30
552阅读
Silverlight QQ 是腾讯联合微软推出的一款基于Silverlight技术的Web即时通讯软件,现在已经有试用地址开始测试。Silverlight版QQ提供了丰富的视觉效果和媒体功能以及离线浏览模式。
转载 2011-03-24 18:01:18
362阅读
http://www.vectorlight.net/silverlight/demos/richtextbox.aspx      
原创 2011-12-29 14:30:58
381阅读
  您可以使用已经掌握的技术和熟悉的工具创建基于 Silverl
原创 2023-07-02 17:23:52
59阅读
  • 1
  • 2
  • 3
  • 4
  • 5