0
votes
1answer
300 views

Security error when debugging IIS Express web service / silverlight application

I have a silverlight application hosted on an asp.net web application including a WCF SOAP web service. The application is running under an HTTPS://... link using SSL. When I deploy it on our test ...
1
vote
0answers
124 views

Silverlight 4 WCF Polling Duplex doesn't work in IIS Express

I have a silverlight 4 chat program that uses a WCF service with pollingDuplexHttpBinding. The program works OK In: * Cassini * IIS Local Web Server * All non-Duplex WCF Services work fine in any ...
1
vote
2answers
472 views

“No symbols have been loaded” - Silverlight project cannot find pdb files

I've got a web project that runs a Silverlight app. Due to the massive build times I am trying to use "Attach to Process" instead of running in debug in Visual Studio. When I build the full solution ...
0
votes
2answers
255 views

Unable to run Silverlight application from Visual Studio 2010

I'm in the process of setting up a new machine as a development environment and I'm having issues getting an existing code base that hosts a Silverlight application to work. The code runs fine on all ...
1
vote
0answers
361 views

Make an existing web application portable & run from IIS Express on USB

I am very new to using IIS express (have worked previously with standard IIS), I am trying to get an existing web application that runs via IIS on a web server using the application pool. The set up ...
1
vote
2answers
495 views

Silverlight out-of-browser vs multi-targeting WPF

I'm starting a new project that is primarily a silverlight web application. However, it also needs to run as a stand-alone desktop application. I'm planning on basing the project on Prism 4.0. It ...