-
Recent Posts
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
Meta
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
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
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