Skip to main content
Home Forums Silverlight Design Expression Studio WebRequest in designtime
0 replies. Latest Post by SharpGIS on July 30, 2009.
(0)
SharpGIS
Contributor
3387 points
611 Posts
07-30-2009 6:00 PM |
When doing a webrequest from a control in designtime in Blend, the webrequest will fail with a NotFound exception. This makes sense for Silverlight, since this is a cross-scheme access issue (http:// <=> file://).
However, the WebRequest is to a service that is used to determine how this control should render itself, and I would love to have the preview look exactly like it does at runtime. Therefore I'm hoping someone has an idea how to get around this limitation at design time. Any hack appreciated :-)