SubPointSolutions / spmeta2

SharePoint artifact provision for .NET platform. Supports SharePoint Online, SharePoint 2019, 2016 and 2013 via CSOM/SSOM.
http://subpointsolutions.com/spmeta2
133 stars 56 forks source link

Creating module folders does not work with SP2010 CSOM #1037

Open r998877 opened 7 years ago

r998877 commented 7 years ago

Hello,

Thank you for opening an issue. Please note that we try to keep github issue tracker reserved for bug reports and feature requests. For general usage questions, please use the documentation site or reach out support on Yammer network:

Brief description

Please provide short description covering two areas:

SharePoint API

Which version of SharePoint runtime do you use?

SPMeta2 API

Which version of SPMeta2 do you use? Use the following code snippet for your convenience. It shows all the details on SPMeta2 and SharePoint runtime used. var info = SPMeta2Diagnostic.GetDiagnosticInfo(); info.ToString(): "SPMeta2.Diagnostic.DiagnosticInfo SPMeta2FileVersion:[1.2.17104.0417] SPMeta2FileLocation:[C:\Dev_RK\CIM\CIMProv\bin\Debug\SPMeta2.dll] CSOMFileVersion:[14.0.7006.1000] CSOMFileLocation:[C:\Windows\assembly\GAC_MSIL\Microsoft.SharePoint.Client\14.0.0.0__71e9bce111e9429c\Microsoft.SharePoint.Client.dll] Convert(p.IsSSOMDetected):[False]"

SPMeta2 model

Optionally, provide SPMeta2 model in which issue occurs. That helps to identify the issue and provide the solution as far as we can. See example scenario at http://docs.subpointsolutions.com/spmeta2/reference/sp-foundation-definitions/modulefiledefinition.html

SubPointSupport commented 7 years ago

Started looking into this.