Skip to content
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

RequireCSOMRuntimeVersionDeploymentService should work correctly on SP2010 runtime #886

Closed
SubPointSupport opened this issue Sep 16, 2016 · 0 comments

Comments

@SubPointSupport
Copy link
Contributor

RequireCSOMRuntimeVersionDeploymentService does not chek if we run on SP2010 runtime, so that CSOM would give the following exception:

'SPMeta2.Exceptions.SPMeta2NotSupportedException' occurred in SPMeta2.CSOM.dll

Additional information: SPMeta2.CSOM.dll requires at least SP2013 SP1 runtime (15.0.4569.1000).

https://www.yammer.com/spmeta2feedback/#/threads/show?threadId=669703732

A temporary solution is to remove Remove an instance of RequireCSOMRuntimeVersionDeploymentService from ProvisionService.PreDeploymentServices collection. It would disable M2 of checking CSOM runtime version (which is not a case for SharePoint 2010)

@SubPointSupport SubPointSupport added this to the 1.2.90 release milestone Sep 16, 2016
SubPointSupport added a commit that referenced this issue Sep 25, 2016
… SP2010 runtime #886

+ added tests on RequireCSOMRuntimeVersionDeploymentService
@SubPointSupport SubPointSupport modified the milestones: 1.2.90 release, 2016.10.03, 1.2.90 Sep 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant