Some technical things, mostly odd happenings from a remote office RSS Feed


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.
  1. Delete the file \Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.ServicesProxy.dll.
  2. Reinstall Silverlight 3, which installs an updated Microsoft.VisualStudio.ServicesProxy.dll.
  3. Open the solution and update each web service.


 
Posted by Ralph Arvesen | 0 Comments | Trackback Url | Bookmark with:        
Tags:

Links to this Post

Comments

Name:
URL:
Email:
Comments:

CAPTCHA Image Validation