Questions tagged [silverlight-5.0]

Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications. The latest Silverlight version available is Silverlight 5.

Microsoft Silverlight is a powerful tool for creating and delivering rich Internet applications and media experiences on the Web. Silverlight 5 builds on the foundation of Silverlight 4 for building business applications and premium media experiences. Among other capabilities, the Silverlight 5 highlights dramatic video quality and performance improvements, and features that improve developer productivity.

Download Silverlight 5 from http://www.silverlight.net/downloads

Top Release Candidate Features

Binding and Related

  • ICustomTypeProvider
  • Custom Markup Extensions
  • Ancestor RelativeSource Binding
  • Implicit Data Templates
  • Binding in Style Setters
  • DataContextChanged Event (new since beta)
  • PropertyChanged now an UpdateSourceTrigger option (new since beta)

Graphics

  • XNA 3D API
  • Improved Graphics Stack
  • 3D Render targets (new since beta)
  • XNA 3D built-in effects (new since beta)
  • 3D surface composition settings (new since beta)
  • 3D multi-sample anti-aliasing (new since beta)

Media

  • Low-Latency Sound using XNA SoundEffect and SoundEffectInstance
  • Hardware decoding of H.264 media
  • Variable Speed Playback and Trick-play (new since beta)
  • Remote Control and Media Command (Keys) Support (new since beta)

Text

  • Text Tracking and Leading
  • Linked and Multi-column Text
  • OpenType Support (new since beta)
  • Pixel Snapped Text and TextOptions (new since beta)

Operating System Integration

  • P/Invoke (new since beta)
  • Multiple Windows
  • Unrestricted File System Access in Full Trust
  • Full Trust in-browser
  • Default Filename in SaveFileDialog and OpenFileDialog (new since beta)
  • 64 bit browser support (new since beta)
  • Power awareness for media apps (keep the PC alive while a movie is playing, for example) (new since beta)

Productivity and Performance

  • Network Latency Improvements
  • Databinding Debugging
  • Parser Performance Improvements
  • Multi-core JIT for improved start-up time

Controls

  • Double and n-click support
  • PivotViewer (new since beta)
  • ComboBox type-ahead/incremental search

Other

  • In-browser HTML
  • PostScript Vector Printing (new since beta)
  • Tasks from TPL (new since beta)
  • C# Covariance and Contravariance

More on this list at Pete's Blog.

See also:

1417 questions
86
votes
14 answers

Task<> does not contain a definition for 'GetAwaiter'

Client iGame Channel = new ChannelFactory ( new BasicHttpBinding ( BasicHttpSecurityMode . None ) , new EndpointAddress ( new Uri ( "http://localhost:58597/Game.svc" ) ) ) . CreateChannel ( ); public Task Client (…
Ahmed Ghoneim
  • 6,834
  • 9
  • 49
  • 79
55
votes
11 answers

Can't install Silverlight Developer runtime

I have installed VS 2010 professional with full installation in Windows 7. I have installed Silverlight 5.0 separately. When I create silverlight application, it asks for installing silverlight Developer runtime. You need to install the latest…
21
votes
4 answers

SimpleIoc - can it provide new instance each time required?

So far as I understand, SimpleIoc uses GetInstance method to retrieve an instance of a class that is registered. If the instance doesnt exist, it will create it. However, this instance is cached and always retrieved, which mimics the singleton…
Goran
  • 6,328
  • 6
  • 41
  • 86
17
votes
2 answers

Any way to programmatically disable hardware accelerated h.264 video decoding in silverlight 5?

We are getting reports from our Mac users that some of their video is playing back garbled. This only started happening when Silverlight 5 was released. This release included hardware video decoding acceleration for H.264, which is the codec we use.…
Bryce Kahle
  • 8,159
  • 1
  • 23
  • 26
17
votes
1 answer

Copy permissions / authentication to child threads...?

Here's something very weird I had noticed. I'm writing a CRM 2011 Silverlight extension and, well, all is fine on my local development instance. The application uses OData to communicate, and uses System.Threading.Tasks.Task a lot to perform all the…
14
votes
4 answers

The HttpGetEnabled property of ServiceMetadataBehavior is set to true and the HttpGetUrl property is a relative address, but there is no http baseadd

I have a ADFS enabled asp.net mvc2 application and is configured with HTTPS binding (Port No:443) in the IIS. The site is configured as DefaultWebSite in the IIS .I have a WCF service: ChartsService.svc within the asp.net mvc2 project which is used…
santosh kumar patro
  • 7,231
  • 22
  • 71
  • 143
12
votes
2 answers

Publish an Event without PayLoad in Prism EventAggregator?

Why can't we Publish Events without any PayLoad. _eventAggregator.GetEvent().Publish(new SelectFolderEventCriteria() { }); Now, I don't need any pay load to be passed here. But the EventAggregator implementation mandates me…
Horizon
  • 291
  • 4
  • 14
12
votes
5 answers

How can I debug Silverlight 5 applications in Visual Studio 2012 after installing Internet Explorer 10?

I can no longer debug my Silverlight application in Visual Studio after updating to Internet Explorer 10. I made no other changes to my system and it was working fine with Internet Explorer 9 just before the update to IE10. When I hit F5 in Visual…
12
votes
1 answer

How to use aspnet_regsql.exe

I'm having problems Creating Users in a Silverlight Business Application that uses the Local IIS Web Server. If I use the Visual Studio Development Server I have no problems, but once I check "Use Local IIS Web Server" in the properties page and…
Rafael
  • 2,413
  • 4
  • 32
  • 54
12
votes
1 answer

Silverlight 5 not printing on some printers

I have a Silverlight 5 OOB application (with Elevated Permissions) that's just been deployed to a number of our users. Some of these users are reporting that prints are coming out blank or very faint. These printers do print Word documents…
Andrew Winn
  • 121
  • 3
11
votes
3 answers

Silverlight 5 Final Release Date

Does anyone know anything of when the final version of Silverlight is going to be released? Actually, I've based one of my projects on Silverlight 5 and It has to be released within the next month. Thanks in advance.
Harry.B
  • 621
  • 5
  • 18
11
votes
1 answer

Create UserControl in non-UI thread Silverlight 5 browser application

I have a Silverlight 5 browser application. There is a class public class ActivityControl:UserControl { public void LoadSubControls() { //Creates Other UserControls, does calculations and is very slow..No refactoring.. } } I need…
George
  • 212
  • 2
  • 7
11
votes
2 answers

C# HttpClient PostAsync turns 204 into 404

Given this WebApi service: [ActionName("KillPerson")] [HttpPost] public void KillPerson([FromBody] long id) { // Kill } And this HttpClient PostAsync call: var httpClient = new HttpClient { BaseAddress = new Uri(ClientConfiguration.ApiUrl)…
user2083690
  • 161
  • 1
  • 8
11
votes
3 answers

Cannot type into Silverlight 5 input fields (Chrome) MacOS

With Silverlight 5, I cannot type anything into the input fields. Using Chrome in MacOS. Do I have to install a plugin or it is a specific configuration of the browser?
JosMen
  • 333
  • 3
  • 10
11
votes
1 answer

How to get hosting website url in silverlight application?

Silverlight App is hosting on a web site. How to get the hosting url in silverlight app code? For example if the hosting site is http://mysite/startingpage.aspx, then how to get "http://mysite" in SL app code?
KentZhou
  • 24,805
  • 41
  • 134
  • 200
1
2 3
94 95