Scenario:  and while compiling I got the following errorCannot implicitly convert type 'System.Collections.Generic.Dictionary ' to 'System.Collections.Hashtable' Workaround: Solution: IService1.cs: using System; Service1.cs: using System; I created a Windows Form application to test the WCF service.Form1.cs: using System;  
 
1 comments:
Thank you very much. My WCF function execute a Stored Procedure, I will like to add a HashTable for parameter(StoredProcedure Parameters) it's is very helpful.
Post a Comment