Posts tagged ASP.Net
415 Unsupported Media Type when WSE is NOT configured
- 14 February 2009
I have a web service that runs fine on my Windows XP. However, when I deploy to the production server, the web service returns 415 Unsupported Media Type when calling.
Type ‘System.Web.UI.WebControls.Parameter’ does not have a public property named ‘DbType’
- 06 October 2008
In Visual C# 2005 SP1, I added an object data source to a web page that uses my business class as the select method. The method has one parameter of type Guid. The data source wizard generates code like this