This is a migrated thread and some comments may be shown as answers.

About 'Microsoft.Windows.Design.Services.ValueTranslationService' to be present, but it could not be located

4 Answers 281 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
lin
Top achievements
Rank 1
lin asked on 12 Mar 2010, 02:26 PM
When I update my project's radcontrol with 2010 Q1. In blend design mode, the page with RadWindow, blend throw exception:
This feature requires service 'about 'Microsoft.Windows.Design.Services.ValueTranslationService' to be present, but it could not be located'

How to resolve this problem?
Julio
Top achievements
Rank 1
commented on 13 Jun 2022, 08:01 AM

I had this warning (it was not preventing my application to start) while adding a Telerik gridview to a WPF windows using Visual Stutio 19. I am only using trial for the moment to create a demo and compare it with Infragistics, (like Infragistics could be at same level for WPF.....) and I am mentioning that because my problem and obviously my solution could be affected by 1.- Trial version 2.- First time use Telerik 3.- I use also Infragistic references all over the views.

I solve it (it took like 2 min and a couple of builds to disappear) at least for a couple of days now by adding designInstance to the usercontrol (.Xaml) we use as template. Error was not in all the templates, it is a bit random even if I remove the designInstance the error does not comeback immediately . Example Below:

xmlns:vm="clr-namespace:<yourVmsNamespace>"

mc:Ignorable="d"

d:DataContext="{d:DesignInstance vm:<yourVmClass>, IsDesignTimeCreatable = False}"

I will update if the error comeback!

KR>Julio

Martin Ivanov
Telerik team
commented on 13 Jun 2022, 01:24 PM

Thanks for the solution Julio.

4 Answers, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 17 Mar 2010, 12:30 PM
Hello lin,

I have not seen this error before, but after some investigation I managed to find some info. Most probably this is caused because you are missing Microsoft.Windows.Design.Extensibility.dll, it should be situated in
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies, if you don't have it there maybe you have something corrupted with .NET Framework installation. Another thing I can advise you is to install Blend Expression. As far as i know Blend installation should install Microsoft.Windows.Design.Extensibility.dll . If installing Blend itself doesn't help try to copy this dll to the path mentioned above.

Hope this helps.

All the best,
Boyan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Michael
Top achievements
Rank 1
answered on 19 Mar 2010, 02:48 AM
I have the same problem after upgrading to 2010 Q1.
But I have the dll in the proper directory in VS.
How did you fix this problem?

Thanks,

Michael
0
Valeri Hristov
Telerik team
answered on 23 Mar 2010, 09:59 AM
Hi Michael,

There is another problem in the Q1 design assemblies - you could download the fixed binaries from your account:
http://www.telerik.com/account/downloads/product-versions/single-version.aspx?pmvid=2174&pid=0

By the way, copying assemblies to the PublicAssemblies folder is no longer required.

Best wishes,
Valeri Hristov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Rob Ainscough
Top achievements
Rank 1
answered on 10 Jun 2014, 05:51 PM
This is really bad advice ... the Microsoft.Windows.Design.Extensibility.dll from that directory is NOT a Silverlight assembly, it's a .NET framework assembly.

Rob
Tags
General Discussions
Asked by
lin
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Michael
Top achievements
Rank 1
Valeri Hristov
Telerik team
Rob Ainscough
Top achievements
Rank 1
Share this question
or