Click here to Skip to main content
15,914,014 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Error :-


C#
You can't add a references to DevExpress.Xpf.LayoutControl.v11.1.dll as it was not built again silverlight runtime.Silverlight project will only work with Silverlight assemblies.


What I have tried:

You can't add a references to DevExpress.Xpf.LayoutControl.v11.1.dll as it was not built again silverlight runtime.Silverlight project will only work with Silverlight assemblies.
Posted
Updated 5-May-16 4:40am
Comments
CHill60 5-May-16 10:08am    
What version of Silverlight do you have installed?
.net developer123456789 5-May-16 10:11am    
Microsoft Silverlight 5 SDK

That library has been replaced by the eXpressApp Framework which you will need to buy instead (or there is a free trial).

But you have been told this already - How do i...how can find download devexpress.xpf.layoutcontrol.v11.1.dll[^]

There is no alternative - as the message says
Quote:
Silverlight project will only work with Silverlight assemblies
If you have any further issues with DevExpress components then the right thing to do is contact them as the supplier
 
Share this answer
 
Silverlight is a dead end platform and there is no control vendor that supports it anymore.

As the error message says, you're trying to use a control library that was not written to work with Silverlight. You simply can't do that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900