Monthly Archives: December 2010

Charting web control in ASP.NET 4

We believe many developers out there have been buying third party charting control. You may not need to obtain third party charting tool again if you think the Charting web control in ASP.NET 4 is sufficient. Check this: ASP.NET 4 … Continue reading

Posted in .Net | Leave a comment

Client found response content type of ‘text/html”– web service error

The Christmas story goes like this. When I run my web application I got the error message as below. System.InvalidOperationException was unhandled by user code   Message=Client found response content type of ‘text/html; charset=utf-8’, but expected ‘text/xml’. The request failed … Continue reading

Posted in .Net | Leave a comment

Simplest Asynchronous Web Service Call sample – C#

1. Create an Empty Web Site (preferable Http and not File System). 2. Right the project -> choose Add -> Add New Item.. 3. Choose Web Services Then you will see the screen below. 4. From pull down menu Build … Continue reading

Posted in .Net | Tagged | 1 Comment

When adding the web reference Server Error – Could not create type ‘WebAppAsyncWSCall.WebService1’

When adding the web reference then you got an server error “Parser Error Message: Could not create type ‘WebAppAsyncWSCall.WebService1’.”   The solution is simple, just build the solution then it should work.

Posted in .Net | Leave a comment

Server Error – Configuration Error – IIS ASP.NET 4

Server Error – Configuration Error – IIS ASP.NET 4 If you see the Server Error like the one below.   Click start button then select Run… Go to your web application: 1. Click on Basic Settings… 2. Click the Select … Continue reading

Posted in .Net | 1 Comment

Agile Application Lifecycle Management – A Case Study

Author: Chan Ming Man (Visual C#)   Chan Ming Man is currently the Senior Manager at a strategic agency under purview of the Malaysian Ministry of Science, Technology and Innovation. With more than 20 years of experience in the IT … Continue reading

Posted in Uncategorized | Leave a comment