yagasoft / DynamicsCrm-CodeGenerator

A Visual Studio extension that allows generating early bound classes for Microsoft Dynamics CRM entities based on a template file.
http://yagasoft.com
GNU General Public License v3.0
11 stars 7 forks source link

Error on connection #14

Closed JuanjoRomero closed 1 year ago

JuanjoRomero commented 1 year ago

When I try to connect this error appears.

Exception: System.MissingMethodException

yagasoft commented 1 year ago

Hello, @JuanjoRomero , Do you have any extensions related to Dynamics installed in Visual Studio?

yagasoft commented 1 year ago

@JuanjoRomero This issue is most probably caused by another extension installed in VS that uses an older version of the SDK. That older version might be missing a method that this one needs.