Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DbGeography でエンティティを作成し、Domainservice に追加しました。しかし、私の SL アプリでは、このファイルが表示されませんでした。SL5 アプリで DbGeography を使用するにはどうすればよいですか?
残念ながら、Silverlight では DbGeography を使用できません。サポートされていません。DbGeography を文字列 (Well Known Text)、byte[] (Well Known Binary)、または独自のカスタム表現に変換し、Silverlight アプリケーション内でその形式で操作する必要があります。