HTTP Error 404.17 Not Found – Using WCF .SVC Service
So you’re getting IIS error’s when trying to run a .svc file that’s coded to use WCF or Windows Communication Foundation.HTTP Error 404.17 - Not FoundThe requested content appears to be script and will...
View ArticleMapping a DataTable to an Object Class. Like a homemade Linq to SQL. Send...
Application FoundationAn application I work has architecture in a way where we have a Class object that represents each table. So for example we might have a “Customer” table in the database. So our...
View ArticleSending Generic.List collection back to WCF ObservableCollection
Found a good article and helped with a problem I was having, trying to send a list of collection back to a WCF service that was set to accept Observable Collections. Source:...
View ArticleSilverlight & WCF Debugging and using Fiddler!
Fiddler2 Best program out there I think for debugging WCF errors in silverlight when you get “NotFound” error messages. Example. I had a Silverlight application where I had to enable it work over...
View ArticleHTTP Error 404.17
HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served by the static file handler.One Possible Solution:%windir%\Microsoft.NET\Framework\v3.0\Windows...
View ArticleSilverlight Timeout Issues from WCF… exceeded the allotted timeout.
So you’re getting error message…The HTTP request to <URL To WCF Service> has exceeded the allotted timeout. The time allotted to this operation may have been a portion of a longer timeout. Three...
View Article