Advanced Forum Search Results
-
I've been working on a
Silverlight app that loads XML. Internally, in our QA environment, the
URL for an XML response is
servername.stage.root/script/var1=1/var2=abc/etc
i kept getting unexplained Security Errors when it was time to load
an XML from this URL. I tried a variety of tests and finally determined
that ...
-
I'm trying to serialize an XML Document and when the serializer encounters a certain tag about halfway down the doc, it gives the error:
System.InvalidOperationException <mytagname> was not expected.
It has a [System.Xml.Serialization.XmlArrayItemAttribute("MyTagName", typeof(MediaFile))] tag right ...
-
I'm using Visual Web Developer to build a Silverlight Class Library. I have another project where the Class Library is imported and implemented. It's loading an XML file and I'm using XmlSerializer.Deserialize into a class I created with xsd.exe.
Sometimes, when loading the XML, I get this error:
Unhandled Error in Silverlight 2 ...
-
I tried this, and am still getting the error. Theres no results for this on Google other than this thread, and the documentation isnt helping. Any other ideas? thanks!
-
Then I must be doing something wrong.
I'm using visual Web Developer with the SL tools trying to create a class library (DLL).
when I use versionNumber I get an error:
Error 2 The name 'versionNumber' does not exist in the current context
theomed's ...
-
I'm writing a Silverlight class library in C#. one of its features will be to make an http request, and one of the requirements is that it passes a version # in the HTTP request. I'd like to know if there's a built-in function or property that will get the client's Silverlight plugin version #. In Flash, there is a built-in ...
-
Thanks! Not the answer I was hoping for, but it does explain everything!
I guess I'll just have to sit on this one for a while until those issues are fixed.
-
I'm trying to loop through the MediaAttributeCollection as described in the Silverlight docs at http://msdn2.microsoft.com/en-us/library/bb412367.aspx
I have a playlist with 2 entries, but the script says the count is 1 and only ever returns the TITLE element of the first entry in the playlist. It won't see the second entry or any ...
-
bump. Can anyone help?
-
I'm trying to use the MediaAttributes collection to get all of the params out of a playlist.
<ASX version="3.0">
<TITLE>My Playlist</TITLE>
<AUTHOR>Me.</AUTHOR>
<COPYRIGHT>Copyright (c)2007</COPYRIGHT>
<ENTRY ...