Advanced Forum Search Results
-
Hi all,
I have the same problem :
- A silverlight application on domain A.
- An Html page who call the xap hosted on A
- The Html page is on the domain B.
My problem is the Silverlight application is not displayed in the Html page.
I've read many threads which explain the restriction of being in a Sanbox ...
-
Hi,
I simply set a specific starting URL in Visual Studio Web application properties (http://127.0.0.1/...) to fix my problem.
Thank you for all your help.
Regards.
-
Hi,
You are right, when I execute the application the url is http://localhost:4151/... and it does not work. When I change manually to http://127.0.0.1:4151/... it works. Can I configure the cassini to be able to execute my application with the second url ?
Regards
-
Hi,
my problem is strange. When I try to launch SL applications with the default Visual Studio WebServer, my browser (IE) can't display it.
But when I deploy this same application on IIS 7, it works fine. So I think I forgot something in the default web server configuration.
Has someboby met this problem ?
Regards.
PS : I am ...
-
Hi,
My Silverlight application is not on the same server that the html page (local file) which contains the Iframe.
So I can't from my SL app resize the iframe and obviously the body (cross domain).
Regards.
-
Hi,
I have a Silverlight application hosted in a iFrame, and I want to resize the iframe and the body in the SL2 codebehind.
example :
<body >
<iframe id="mySilverlightApp" src="http://theaddressofmySLApp.html" style="height:50" />
</body>
I know I can use ...
-
Hi,
It seems that when we set twice this property (at runtime) the application crashes.
Regards.
-
Hi,
Thanks for your answer.
Regards
-
Hi,
I try to do something very simple :
To change the visibility property of a button when I click on it, but I get this error :
An unhandled exception ('Sys.InvalidOperationException: ManagedRuntimeError error #4002 in control 'Xaml1' : System.Exception:
Error HRESULT E_FAIL has been returned from a call to a COM component at ...
-
Hi ,
In fact I want to create a storyboard which will move the content, but by using this method its impossible I need a property.
Has anyone a solution ?
Regards.