scottdurow / SparkleXrm

An open-source library for building Dynamics CRM XRM solutions using Script#, jQuery & Knockoutjs.
MIT License
264 stars 194 forks source link

Fix "A proxy type with the name {typename} has been defined by another assembly" bug #460

Open alexandersav14 opened 2 years ago

alexandersav14 commented 2 years ago

Specify proxy types assembly explicitly

It becomes a problem when assembly to be deployed (or its dependencies) has its own proxy types. This case may lead to such error: 'The application terminated with an error. A proxy type with the name {typename} has been defined by another assembly'.