The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Silverlight 5 WCF RIA Services: Part 3
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
yonathan BenitahPosted Nov 29, 2012, 11:23 AM
Hi, I have the following architecture: DB - DAL - BL - webService - Aspx I would like to add a new client (Silverlight app), but don't want it to depend on the aspx (only being hosted by the aspx). Also, i would like to use the RIAservice. Have you got an issue for me? Thx....
RicardoPosted Aug 25, 2011, 1:59 AM
Dear Mahadesh, First of all, thank you for this article (series of articles) about wcf ria services with silverlight. I've been struggling with it for quite a while untill now. But in your code when you create a new article you say art.ID = 101; And when you retrieve it with SQL from the database you say WHERE ArticleID = 20 This has to be a typo, or have you used a database table with identity specification on the ArticleID column? If that's so, the code has to break because you can't assign the ArticleID, or am I wrong? Please give me some clearity about this. Kind regards, Ricardo