Morten Frederiksen
Morten Frederiksen

Reputation: 5165

Can a Silverlight 5 assembly reference a Silverlight 4 assembly?

Is a Silverlight 4 assembly binary compatible with Silverlight 5. Is a SL4 assembly "run in the SL5 runtime"? If it is compatible, is it 100% compatible. You should be able to use a 3rd party SL4 assembly in your SL5 project?

Or is it more like .NET framework 2 and .NET framework 4, that runs side by side?

If I remember correctly SL2 and SL3 was not compatible.

Upvotes: 5

Views: 847

Answers (1)

Leon K
Leon K

Reputation: 221

You can reference silverlight 4 dll from Silverlight 5 project You CANNOT reference silverlight 5 dll from Silverlight 4 project

Upvotes: 1

Related Questions