0
votes
1answer
22 views
Ria Service Generated Code Not Accessible in Silverlight Code
I have the following Ria Service define:
namespace SilverlightTest.Web
{
[EnableClientAccess()]
public class ContactService : LinqToEntitiesDomainService<AdventureWorks …
0
votes
2answers
50 views
SL3+RIA Services: what assembly is required to use InvokeOperation<Type>?
Hello,
Background: My experience in C# / Silverlight / .Net development is about 4 weeks worth.
The official documentation for .Net RIA Services July 2009 Preview, on Page 66 Sec …
0
votes
1answer
88 views
Keep TreeView Subtree expanded after dataset refresh
I'm working with the July '09 CTP of the .Net RIA services, and binding an object of Group=>Department=>Category objects to a treeview, and then having a hierarchialdatatemplate re …
0
votes
2answers
50 views
Silverlight to RIA Service to Business Objects Causes Build Errors
I've went through the basic tutorials associated with Silverlight and Ria Services and I am now trying to branch out to a model I have used before.
I have a Silverlight project th …
0
votes
1answer
88 views
C# Silverlight with RIA Services Authentication
Hello!
Does anyone have any good samples, resources, pointers etc. for C# Silverlight with RIA Services basic authentication or Roles?!
All of the tutorials I've checked out aren' …
1
vote
1answer
27 views
Configuring SQL Anywhere to read from an ASE server
I have a Sybase ASE server that I'm able to connect to with ASE iSql totally fine. The database definition in my sql.ini file looks like:
[<NAME>]
master=TCP,<servername& …
0
votes
2answers
134 views
Adding additional entities to a Entity Framework backed Domain Service
We're investigating using RIA Services (July 09 Preview) to expose parts of an existing EF model. We've added a Domain Service class to our web application and specified the EF mo …
0
votes
1answer
69 views
RIA Services Custom Class
Using Silverlight 3 and RIA Services I have the following class defined in my Web project:
public class RegionCurrentStates
{
public RegionCurrentStates()
{
Name = …
0
votes
1answer
25 views
Hosted Silverlight LOB Application - Authentication Models
Our application is built in VB6 and delivered in a SaaS model via Citrix.
Our subscribers must first authenticate to the Citrix Login Portal (AD) which gives them access to their …
1
vote
2answers
856 views
RIA Services: How can I create custom authentication?
Hello,
I am working with the Silverlight RIA Services and I want to create custom authentication. This appears to be the only thing that has virtually no documentation (I've read …
0
votes
1answer
37 views
RIA.Net Authentication/Complex Custom Profile Settings
I have a database that have quite a bit relational user information that would be handy to load when the user is authenticated. I would like to use the Silverlight Business Applica …
0
votes
1answer
47 views
Is RIA Services right for our Silverlight app at this point?
Hi,
I'm looking at Silverlight architectures and RIA Services looks interesting, but I am a bit concerned about its prelease status and how the feature set will change.
We need …
0
votes
1answer
41 views
Data not coming through from RIA Services in Silverlight
I had a connection working but something changed and now the data isn't showing up. It is a simple query that worked before that just returns all entities. I put in break points …
0
votes
1answer
42 views
.Net Ria Services Deployment
I am having difficulty deploying RIA services/Silverlight 3 to a staging environment.
Here is my situation:
1) I am using RIA for authentication. This works fine on both my devel …
1
vote
0answers
65 views
RIA base DomainService implementation for Subsonic 3?
So i'm fairly new to both SubSonic and RIA Services. I've done the RIA walkthrough for the HR app and it all looks good, but I'm not quite about creating a DomainService base class …
