DynamicTypeService error in Silverlight projects
I ran into an
error with web services when updating an application from Silverlight 2
to Silverlight 3.
Custom
tool error: Failed to generate file: Unable to find service
'DynamicTypeService'. Ensure that the application is
installed correctly.
This turned out
to be a problem with the upgrade process and not Silverlight 3. I did
the following to resolve the problem.
- Delete
the file \Program Files\Microsoft Visual Studio
9.0\Common7\IDE\Microsoft.VisualStudio.ServicesProxy.dll.
- Reinstall
Silverlight 3, which installs an updated
Microsoft.VisualStudio.ServicesProxy.dll.
- Open
the solution and update each web service.