October 2008 - Posts

0
Comments

Silverlight and ADO.NET Dataservices RTW changes by preishuber

Till the days of Silverlight RC0 (so yesterday ;-)) we had to generate the proxy class for ado.net dataservice service by hand like: dataSvcUtil.exe /out:dsProxy.vb /language:VB /uri:http://localhost:64184/eventsDataService1.svc/ .csharpcode, .csharpcode...
0
Comments

ADO.NET Dataservices: Fancy Error Part II by preishuber

Today my first Silverlight 2 application goes live. It is a customer feedback app for the ADC 08 conference. After successfully installed and tested a few hours everything went well. But then data was not show. on direct call of ado.net dataservice vcs...
Filed under: ,
5
Comments

ADO.NET Dataservices:This collection already contains an address with scheme http by preishuber

I have deployed a Silverlight 2 application which uses ADO.NET Dataservices to a IIS 6. Problem #1: you see nothing in Browser register MIME Type in IIS and restart IIS Problem #2: no data is sown in Silverlight In my case it was a 2nd hostheader entry...
Filed under: ,
More Posts