Advanced Forum Search Results
-
I am testing it via local host and not using C:\blah.aspx... Does someone mind to teach me how to use Flickr? My guess is that it is not calling the handler at all...but I don't know how to test this.
-
no I didn't get any errors
-
nothing does really happened after I choose a file from the OpenFileDIalog and clicked on open, that file is supposed to be uploaded to the App_Data folder, but in fact it isn't.. nothing is there
-
I was following this tutorial :
http://www.microsoft.com/video/en/us/details/4f14da66-e263-4ef2-8d42-f90dc4c00384 Downloaded the source code in C# and then combined the code there to my silverlight application, everthing was the same except this part:
UriBuilder ub = new ...
-
I have declared a OpenFileDialog as the following:
OpenFIleDialog dlg = new OpenFileDialog();
but, when I do dlg.SelectedFIle(), the intellisense shows an underline as it doesn't have the SelectedFile method, but it has all the other methods such as ShowDialog, why is this??
-
How can I check if a wmv video is compatible with silverlight from code behind??
-
I tried to follow the suggestions you posted on your link and it still doesn't work
-
I just tried to put my sl application for oob, however when I tried to run the application from my desktop the screen is white. Why is this?
Below is a screenshot of what I meant:
However, when I tried to create a new silverlight project and put a button in it and use the out of browser. It works.... Why is this??
-
Ever since I upgraded my Silverlight to Silverlight 3.0 and tried to run one of my Silverlight project, I got the following error:
Error: Sys.InvalidOperationException: MediaError error #3001 in control 'Xaml1': AG_E_INVALID_FILE_FORMAT
I did not change a single thing to the xaml, how can I fix this issue?
-
Is it possible to embed an iframe in one of my silverlight 3 project?