Tag: ASP.Net
-
415 Unsupported Media Type when WSE is NOT configured
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. I have seen this error when WSE is not enabled on the client. The problem is, the web service is NOT using WSE. so I…
-
Type ‘System.Web.UI.WebControls.Parameter’ does not have a public property named ‘DbType’
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 <asp:Parameter DbType=”Guid” Name=”rowId” /> Although the web server has .Net 2.0 SP1 installed (I checked…