安裝了最新的silverlight runtime,發現在VS2010中不支援智能感知了,基本現象是在VS2010中:tools->options->Text Editor->XAML->Auto List members 總是呈灰色的。Google了一下,發現碰到這種問題的人還真多啊,順便鄙視一下MS,搞得太亂了。解決方案有以下幾種:1. 找到註冊表中:HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Text
文章目錄 Not enough storage...?Its a software problem.The hack... err, solution.Look at all that memory! Original addressVisual Studio can be a tremendous resource hog, especially if youhave a large solution and you're using
In this post we will look at how application data files can be referenced using relative Uris from within XAML or code in your Silverlight application.Silverlight provides you with a luxury of choices for how you declare your application data files.
Silverlight and WebSockets I was intrigued by this post from Tomek which has links to a prototype of an application built with Silverlight but using WebSockets.It’s kind of interesting because running the application in IE9 gives me;now, the only
Source CodeOne of the high-profile missing features in Silverlight has been Printing support. If you have ever tried to print a web page containing Silverlight content, what you saw on the printed page may be skewed or even missing altogether! So,
原文: http://blogs.silverlight.net/blogs/msnow/archive/2009/01/02/silverlight-tips-of-the-day-summary-outline.aspx?CommentPosted=trueThe purpose of this post is to create an outline summary all the blogs from my Silverlight Tips of the Day blog.
Silverlight doesn't have any classes from the System.IO.Compression namespace, but it's gone something better, Application.GetResourceStream. It's pretty easy to take a stream to a zp file and get a stream to one of the uncomressed files inside it:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Collections;using System.Reflection;namespace DatableToList{ class ConvertHelper<T> where T : new() { /// <summary&