Advanced Forum Search Results
-
Hi,
I have silverlight application which is hosted inside secure Web site i.e. it can be called by using HTTPS.
WCF service is also hosted in HTTPS environment. I have following tag added in WCF web config file:
<serviceBehaviors>
<behavior ...
-
Hi,
Thanks for the answer!
I made added following in the Project file of the Silverlight project : It works fine:
<Exec Command="attrib '<Path of XAP file>' -r" />
Thanks,
Mahesh Panhale
[http://www.fashonet.com]
-
Hi,
I have a web application deployed on the web server which accesses some silverlight XAP file.
I have a constraint like - I have to make use of MSBUILD to create XAP output.
Now, everything is working fine.
If I make my XAP read only & try to compile project again using MSBUILD ...
-
Hi,
Make
2> "the web app that contains the aspx file (containing the call to the xap file)"
project as start up project !
This will solve the problem.
Thanks & Regards,
Mahesh Panhale
-
Hi,
I also faced this issue ... I created an application & it was working then suddenly it stopped working ... the problem i recognized as:
I had that application created on the beta2 release of silverlight 2.0 & then I upgraded to silverlight 2 final version &
I had some dependencies in the project thats ...
-
Hi,
I guess you can't do that directly but what you can do is:
Go to - Start > Programs > Accessories > Systems Tools > Character Map
Type the subscript / superscript or the text you wanted & copy that as Text in silverlight textbox
It works fine!
Thanks & Regards,
Mahesh Panhale
-
Hi,
If your web service is running on the development server then >
If you have closed the application in beetween & ran it again then the web servicemay change the port it is running on!
If you are trying second time onwards could you please update the service reference as the silverlight application might ...
-
Hi,
When you are returning list frim service that is actually going to come in ObservableCollection Format!
Check the type you are using to collect values from service.
Thanks & Regards,
Mahesh Panhale
-
Hi,
This link helps : http://silverlight.net/forums/t/23828.aspx
Thanks,
Mahesh Panhale
-
Hi,
There are some tutorials with output available at http://www.shinedraw.com/tags/storyboard/
Hope it can help.
Thanks & Regards,
Mahesh Panhale