Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can a Silverlight 5 assembly reference a Silverlight 4 assembly?

Tags:

silverlight

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.

like image 438
Morten Frederiksen Avatar asked Nov 13 '22 12:11

Morten Frederiksen


1 Answers

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

like image 169
Leon K Avatar answered May 15 '23 17:05

Leon K