Tags: , , | Posted by Kevin Babcock on 5/24/2009 8:04 PM | Comments (8)
I ran into this error today when trying to connect to Oracle from within Visual Studio Server Explorer after installing the Oracle Data Access Components, which includes the Oracle Data Providers for .NET. A cursory search of Google yielded no answers, so I was left scratching my head for a few m... [More]
Tags: , , | Posted by Kevin Babcock on 5/13/2009 1:54 AM | Comments (1)
When it comes to web services, there are no shortage of options for .NET developers. And with performance expectations continuing to rise, web services are becoming an integral part of our web applications. They allow developers to transfer the bare minimum of data from server to client, leaving UI ... [More]
Tags: , , | Posted by Kevin Babcock on 5/4/2009 1:34 AM | Comments (0)
Digging up error details can be a painful process when using ADO.NET Data Services. When something goes wrong, you’re often given a standard error message - “The server encountered an error processing the request. See server logs for more details.” Now, that message obviously offer... [More]