Using Subsonic 3.0 With Silverligh

Posted by Craig on Stack Overflow See other posts from Stack Overflow or by Craig
Published on 2010-03-11T17:58:03Z Indexed on 2010/03/11 18:09 UTC
Read the original article Hit count: 209

Filed under:
|

I am writing a silverlight Line of business application and wanted to use the Subsonic DAL. The Silverlight Project will not allow me to Add the Subsonic reference with the followng error "You can not add the Subsonic.Core.Dll as it was not built against the Silverlight Runtime". I assume that I could create a webservice and add the Subsonic to that, but I would like to just add it to the Silverlight Project. Has anyone done this and if so how. If not is there an easy way to expose the DAL through the Webservice.

© Stack Overflow or respective owner

Related posts about subsonic3

Related posts about Silverlight