-
Recent Posts
Archives
- June 2013
- 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: July 2011
How to configure WCF Service to wsHttpBinding binding
My namespace is WcfServiceCMM, Interface is IService and service class is Service1. So I insert the following block of code to Web.config file. <system.serviceModel> <services> <servicename=“WcfServiceCMM.Service1“behaviorConfiguration=“WcfServiceCMM.Service1Behavior“> <!– Service Endpoints –> <endpointaddress=“”binding=“wsHttpBinding“contract=“WcfServiceCMM.IService1“> <!– Upon deployment, … Continue reading
The HTML document does not contain Web service discovery information
You might receive the message ——————————————————————————————- The HTML document does not contain Web service discovery information. Metadata contains a reference that cannot be resolved: ‘http://localhost:1091/Service1.svc’. Content Type application/soap+xml; charset=utf-8 was not supported by service http://localhost:1091/Service1.svc. The client and service bindings … Continue reading
Where to get AppFabric for Windows 7
Go here and download the installer http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=15848 The installation screen looks like below.
Use WCF Test Client to test WCF Service Application
This is a very handy way to test your WCF Service Application. Watch the video below. Use WCF Test Client to test WCF Service Application Rsources: Calling Synchronous Methods Asynchronously – simplify sample Simple WCF DataGrid Entity Framework binding … Continue reading
How to drag and drop local files to Silverlight application
This sample you can find it in All-In-One code framework. Somehow you will not see margin in between each picture. I have done a small modification to do that as the code below. // Handle drop event here. private void … Continue reading
One way to open Internet Explorer from WPF
In order to open the IE in WPF form it is just a line of code. Process.Start(“IExplore.exe”, “http://chanmingman.wordpress.com”); Download the complete code fromhttp://skydrive.live.com.The sample file name is WpfAppIE.rar. My MSN ID is chanmmn@hotmail.com.
SSIS Error: Column Name cannot convert between unicode and non-unicode string data types.
When you can configuring SSIS Data Flow package then you might see the error “Column Name cannot convert between unicode and non-unicode string data types” as the picture below. You might likely see the data type nvarchar when … Continue reading
Next version of MS SQL Server “Denali”
The evaluation is free. Get it here http://technet.microsoft.com/en-US/evalcenter/hh225126.aspx?wt.mc_id=nlc-f-us-Mba-TEC_93_1_7