Activity overview
Latest activity by alexgoaga
Hi,
I want to profile the silverlight application in out of browser and the problem that I encounter is the following:
Ants starts the silverlight application out of browser but instead of specifying as host source the URL to WEB SERVER, it specifies the source as
file:///path to xap. (App.Current.Host.Source)
The problem is that some of my services(RIA service, authentication service) used by the silverlight application are based on this source and they fail because [url=file://path]file://path[/url] to xap is not a valid URL.
In order for this process to work properly we need to way to specify the URL to web server otherwise we will have this type of error message when trying to connect to server: "the provided uri scheme 'file' is invalid expected 'http'" http://social.msdn.microsoft.com/Forums ... fa7083e51f
Kind Regards,
Alexandru. / comments
Hi,
I want to profile the silverlight application in out of browser and the problem that I encounter is the following:
Ants starts the silverlight application out of browser but instead of specifyi...
How to configure ants to profile an out of browser silv app?
Hi,
Currently, I am evaluating the software and I want to know how to configure ants to profile silverlight application.
I manage to run the silverlight application but when specifying only the pat...