

However, it does not support Silverlight technology needed to view our videos.
:max_bytes(150000):strip_icc()/SafariPluginsPref-595aa8355f9b58843f9d8a9d.jpg)

Microsoft Edge is the default browser for Windows 10 and Windows 10 Mobile. If you don't have IE11 installed anymore, you can download it from the Windows Store or from the Internet Explorer 11 download page So any legacy apps that work with IE11 will continue to work even as you migrate to Windows 10. IE11 is supported on Windows 7, Windows 8.1, and Windows 10. We recommend that you upgrade to IE11 if you're running any earlier versions of Internet Explorer. Silverlight is the browser plug-in that allows you to watch movies and TV shows on your computer. Other web browsers, such as Google Chrome or Mozilla Firefox or Apple Safari, do not support Silverlight technology, but you can add Microsoft Internet Explorer as an extension to these web browser.īesides using the right web browser, you must also install the Silverlight adds-on to Microsoft Internet Explorer or to the IE Tab extension of your browser. To play these videos you must use Microsoft Internet Explorer, which support Siverlight technology. Until next time, Happy SharePoint’ing all.We use Microsoft Silverlight technology to encode and stream our instructional videos. Hopefully this post saves some of you from the frustrations I experienced this morning using the SPSiteDataQuery. Also a thanks out to Mark Rackley for “name dropping” me in his latest article (which I humbly insist I don’t belong in such company) as well as encouraging me to write up a quick post on this issue above despite my busy schedule.

I’d like to thank those who commented on this MSDN page that finally pointed out the limitation to me. I am now able to return data from multiple lists spread across various list templates. Overall this isn’t an elegant solution, but it’s a workaround for a limitation with the SPSiteDataQuery. Results = results.Concat((spDataQuery).AsEnumerable()) re-execute query and concatenate results to existing entity only change to SPSiteDataQuery is Lists property for ServerTemplate attribute Var results = (spDataQuery).AsEnumerable() SPSiteDataQuery spDataQuery = new SPSiteDataQuery()
