GAAnalytics4

2011-06-08

SlSvcUtil.exe kullanırken oluşan StackOverflowException


Eğer Silverlight için SlSvcUtil.exe kullanarak bir WCF servisi consume ederken Process is terminated due to StackOverflowException hatası alıyorsanız SlSvcUtil.exe'nin bulunduğu dizine aşağıdaki konfigurasyonu içeren SlSvcUtil.exe.config dosyası oluşturun:

<configuration>
<satelliteassemblies>
<assembly name="SlSvcUtil, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</satelliteassemblies>
</configuration>