Advanced Forum Search Results
-
used border as parent canvas for grid and set allinment property to fit grid to border and border to item template
-
check the type of bindding (i.e. httptype) of wcf
-
Thanks Jonathan, Still I am getting same error When I am using IP address instate of server name in URL I checked with fiddler I can see clientaccesspolicy.xml file get downloaded from my WCF service when server name is used in URL when I am using IP address clientaccesspolicy.xml not get downloaded. you can see same problem ...
-
Hi Jonathan
Can you post your clientaccesspolicy.xml and crossdomain.xml
I am getting following error when i am using IP addess of server in my URL
http://999.99.99.99/FolderWeb/Mypage.aspx
If i used server name then it's work properly
An error occurred while trying to make a request to URI ...
-
still same problem
When i am refering silverlight hosting page by URL its working proerly
/MyWebSite.Web/MyWebPage.aspx">http://<serverName>/MyWebSite.Web/MyWebPage.aspx
I am getting error when IP adress used
http://999.99.99.99/MyWebSite.Web/MyWebPage.aspx
eg.
http://silverlight.net ...
-
<UserControl x:Class="ClinicalApp.Silverlight
xmlns:control="clr-namespace:Microsoft.Windows.Controls;assembly=Microsoft.Windows.Controls"
xmlns:vsm="clr-namespace:System.Windows;assembly=System.Windows" ...
-
I have created a silverlight control and linked it to an aspx page.Silverlight internally has WCF service reference and calls WCF exposed methods to populate the data.
I have hosted my application in IIS.When i am browsing the application with server name (say:http:\\servername:port\\silverlightpage.aspx) ,the control is getting ...
-
refer this link
http://silverlight.net/forums/t/51807.aspx
-
Used button to impliment click event
<Button Height="Auto" Width="Auto" Canvas.Left="45" Canvas.Top="-22" Click="Button_Click">
<TextBox Height="53" Width="70" Text="TextBlock" ...
-
add newly generated colomn to datagrid
datgrid.Columns.Add(templateColumn);