Error Cannot implicitly convert type 'string[]' to 'System.Collections.Generic.List<string>'
Bir web hizmetine bir yöntem çağırdığınızda Yukarıdaki hata neden olur Web hizmeti döküm istisnası neden?
List<string> bob = myService.GetAllList();
Burada: GetAllList =
[WebMethod]
public List<string> GetAllList()
{
List<string> list ....
return list;
}
Hizmetin başvuruları güncellenen, bütün çözüm yeniden inşa ve hala var Ben herhangi bir fikir bir döküm istisnası olsun?