Advanced Forum Search Results
-
em, because they can't be installed in VS2010 Beta1
-
Just install Silverlight 2 SDK and Silverlight 3 SDK, Silverlight 2 Tools and Silverlight 3 Tools are useless
Then you can build Silverlight 2 and 3 application on the same pc
(of course, Silverlight 3 Beta developer runtime should be installed)
-
I'm also waiting for it
-
Hi Jesse,
Could you please give a tutorial on "Dynamic Hyper Video in Silverlight"?
Thanks
-
I view it from VS2008's Help->About Microsoft Visual Studio
And Tim Heuer said that due to cache issue, what we have downloaded is still RC1, and we should wait for about two days for the final real release
-
Hi Mike, I install it but the Version Number still 9.0.30729.143 other than 9.0.30729.145 . What is the problem?
Moreover, I can't use Properties to edit my control in VS2008
-
You should change your Movie class to this
public class Movie
{
private string m_title = "";
private int m_year = 0;public int Year
{get { return m_year; }set { m_year = value; }
}public string Title
{
get { return m_title; }set { m_title = value; }
}
}
Binding data only work with Property
-
Could you put your code here? So that we could help you
-
Yes, I can view my silverlight 2 RTW applications in firefox too.
But not IE. It's very strange
-
Me too