ERROR: PROXY TYPE WITH THE NAME ACCOUNT HAS BEEN DEFINED BY ANOTHER ASSEMBLY

Aşağıdaki hata isnai durumlarda custom ASP.NET sayfalarında veya crm için yazılan pluginlerde alınmaktadır.

A proxy type with the name account has been defined by another assembly.

Current type: Account, MyAssembly, Version=1.0.0.4, Culture=neutral, PublicKeyToken=be9afbacb707a086,

Existing type: Account, CustomPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null

Parameter name: account


Çözüm

CRM connection olusturulduğunda yerde aşağıdaki değişiklikleri yapılmalı.

   var connection = CrmConnection.Parse(connectionString);

Connection ın  ProxyTypesAssembly  propertisine ;

     connection.ProxyTypesAssembly = Assembly.GetExecutingAssembly();





Hiç yorum yok:

Yorum Gönder