SQL Server Developer Center > SQL Server Forums > SQL Server Spatial > Without SqlServer.Types in Silverlight, what is the best way to work with WKB?
Ask a questionAsk a question
 

AnswerWithout SqlServer.Types in Silverlight, what is the best way to work with WKB?

  • Monday, October 05, 2009 3:25 AMerick.thompson Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I am using ADO.NET Data Services, which uses Entity Framework, which in turn does not understand the spatial types. As a result, I always convert my spatial types to WKB in order to use them in the Entity Framework (they show up as binary data). However, I am now working on a Silverlight Project, and the SqlServer.Types assembly isn't in Silverlight (which I hope will be changed soon!). In the meantime, is anyone aware of another way to work with WKB data in Silverlight?

    Thanks,
    Erick

Answers

All Replies