Advanced Forum Search Results
-
Got the answer.
Please refer: http://silverlight.net/forums/t/38497.aspx
-
Hi SimbuAarumugam,
I am really confused. The link you show me is to download the source. But I think I have already installed all sources previously. I could run my applications with vs.net properly. But I couldn't run my application after I published it. The web page continuse show the sign to ask installing silverlight 2.
-
Hi, could you please show me another link? This link is not avaliable any more.
-
Hi, Jimmy. Do you mean I should update the system.web silverlight assembly? Does it can be updated automatically because I have reinstalled Silverlight Tools for Visual Studio and the Silverlight 2 SDK? if not, where can I get the new assembly?
-
Thanks for the reply. But I don't really understand what is the object tag in the web page? Could you please give me more details explanation.
-
I upgrade my old silvelight application from beta 2 to 2, and published to the server (sever has been updated with silverlight 2).
But I could not run my application after type the URL. It continues to show "Install silverlight " sign on the page, even I click the sign and the sign shows "Successful" after some installation ...
-
try:private void dataGrid_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{this.dataGrid.SelectedItem = null;
}
-
I got the solution. Paste code here in case somebody else got the same problem.
XML:
<my:DataGrid AutoGenerateColumns="False" x:Name="Grid_Dispatch"HeadersVisibility="All" IsReadOnly="True"
RowDetailsTemplate="{StaticResource NestedGd}" RowDetailsVisibilityMode = ...
-
I got the solution. Paste code here in case somebody else got the same problem.
XML:
<my:DataGrid AutoGenerateColumns="False" x:Name="Grid_Dispatch"HeadersVisibility="All" IsReadOnly="True"
RowDetailsTemplate="{StaticResource NestedGd}" RowDetailsVisibilityMode = ...
-
Thanks for your reply. I tried again. Still got the same problem. Maybe it is really a bug. I will post it on the report bug session.
Cheers,
Tracy