Tagged Questions

0
votes
1answer
185 views

IDataServiceMetadataProvider / ResourceType… what for dynamic types with no CLR type?

I try to expose a database via ADO RIA for which we have only an ODBC based interface. The "database" is a server and new elements are developped all the time, so I would like the server to check ...
0
votes
1answer
711 views

Astoria Error - Expected an absolute, well formed http URL without a query or fragment

I'm trying out my ADO.NET Data Service for the first time by having the model create using Entity Framework. I am testing to see if the service works via a client by creating a simple console ...