Advanced Forum Search Results
-
I'm experiencing the same problem, 500 works fine but with 1000 files silverlight breaks and error message contains chinese characters ;)
-
Hi,
I'm looking for a simple silverlight based web service testing tool,
something like that you can type in WDSL URL and the tool creates
graphical user interface for parameters and results.
Has anyone seen this kind of tool ? Is it even possible to do that in silverlight ?
Found wizdl.exe but it is windows form based ...
-
[quote user="mamadero2"]
No problem. When I started programming in Silverlight, I hated not having Synchronous proxies and I didn't find an easy way to go around this 'limitation', however in practice I've not find any real need for it, nothing that we couldn't achieve differently and still providing a better user ...
-
Good to know that this is fixed in SL 3.
For the persons using SL2, here is a solution that seems to be working:
I created a ASP.net web page that serves the XAP file and enabled ASP.net routing for web forms
(followed these instructions:http://msdn.microsoft.com/en-us/library/cc668202.aspx).
Then defined the source for the ...
-
Is there any workarounds for this bug ?
Is it possible to fool Silverlight runtime using ASP.NET routing ?
So that the URL points to "fake" .XAP file which is an ASHX handler ?
-
The Visual studio 2008 solution:
http://koti.mbnet.fi/kakoskin/SilverlightApplication1.zip
I tested on Vista 64-bit and both in IE8 and Firefox.
Silverlight control should look the same no matter whether it is loaded from the clientbin or ASHX handler!!
-
Screenshot:
http://koti.mbnet.fi/kakoskin/fonts.jpg
Default.aspx:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="SilverlightApplication1.Web._Default" %>
<%@ Register Assembly="System.Web.Silverlight" ...
-
Hi,
I'm delivering my silverlight apps from database using custom ASHX handler that provides .xap files. I have set the content type properly,
when the asp.net site display the application the fonts are a little different compared to if I provide the file from web server disk (clientbin folder).
This is very weird since I have checked the MD5 ...
-
I'm experiencing the very same problem. windowless=true makes controls behave weirdly, keyboard input is not properly captured, also
handle on the slider control is doing funny things like moving back and forth.
-
SL 2 RTM on Monday ?
There's lot's of speculation, can't wait!!! =)