-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The field, constructor or member 'name' is not defined #10
Comments
this should be working, what version of the SDK is it? The TP is old and there have been several versions of CRM since; I can only think that something must have changed with relation to getting the metadata via the api. |
I am using the assemblies which came with the nuget package (2011), Strange is, that online is working and on premise is not. |
Yes it is odd that the online one is working, that was more of a pain to get working in the first place :) Unfortunately it is very hard for me to help without seeing it; All I can really recommend at the moment is you debug the type provider and see what is happening when it tries to get the attribute metadata here, and we can see where to go from there |
What I can see is that exception: System.Runtime.Serialization.SerializationException occurred Edit: Compiling it against SDK 2015 fixes the issue. Many thanks for the quick response. |
Probably we should reuse MS versioning strategy and release
// cc #9 |
I tried to execute the example and run into the following
error:
The provider recognizes customized entities, but does not show the attributes.
How can I get this working?
Note, this is a on premise installation.
If I run this versus Dynamics Online it works like charm.
The text was updated successfully, but these errors were encountered: