You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Trying to Run csomContext.Web.ApplyProvisioningTemplate(template, applyingInformation);
It is throwing
`System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
System.Reflection.ReflectionTypeLoadException
Unable to load one or more of the requested types.
Could not load type 'Microsoft.Graph.HttpProvider' from assembly 'Microsoft.Graph.Core, Version=3.1.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.Group' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceUsersCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceUsersCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceUsersCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceUsersCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceGroupsCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGroupMembersCollectionWithReferencesPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceUsersCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceUsersCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGroupOwnersCollectionWithReferencesPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.User' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.Group' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.Group' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.Group' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.Subscription' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceSubscriptionsCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.Subscription' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.Subscription' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.Group' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceGroupsCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceGroupsCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGroupMembersCollectionWithReferencesPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGroupMembersCollectionWithReferencesPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceUsersCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceUsersCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGroupOwnersCollectionWithReferencesPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.User' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.Group' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.Group' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IGraphServiceUsersCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Could not load type 'Microsoft.Graph.IUserDeltaCollectionPage' from assembly 'Microsoft.Graph, Version=5.44.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at PnP.Framework.Provisioning.Providers.Xml.XmlPnPSchemaBaseSerializer`1.GetSerializersForCurrentContext(SerializerScope scope, Func`2 sortingSelector)
at PnP.Framework.Provisioning.Providers.Xml.XmlPnPSchemaBaseSerializer`1.ProcessOutputHierarchy(ProvisioningTemplate template, Type& wrapperType, Object& wrapper, Array& templates, Object& templatesItem)
at PnP.Framework.Provisioning.Providers.Xml.XmlPnPSchemaBaseSerializer`1.ProcessOutputStream(ProvisioningTemplate template, TSchemaTemplate result)
at PnP.Framework.Provisioning.Providers.Xml.XmlPnPSchemaBaseSerializer`1.ToFormattedTemplate(ProvisioningTemplate template)
at PnP.Framework.Provisioning.Providers.Xml.XMLPnPSchemaFormatter.ToFormattedTemplate(ProvisioningTemplate template)
at PnP.Framework.Provisioning.Model.ProvisioningTemplate.ToXML(ITemplateFormatter formatter)
at PnP.Framework.Provisioning.ObjectHandlers.TokenParser.ParseTemplate(ProvisioningTemplate template)
at PnP.Framework.Provisioning.ObjectHandlers.TokenParser..ctor(Web web, ProvisioningTemplate template, ProvisioningTemplateApplyingInformation applyingInformation)
at PnP.Framework.Provisioning.ObjectHandlers.TokenParser..ctor(Web web, ProvisioningTemplate template)
at PnP.Framework.Provisioning.ObjectHandlers.SiteToTemplateConversion.ApplyRemoteTemplate(Web web, ProvisioningTemplate template, ProvisioningTemplateApplyingInformation provisioningInfo, Boolean calledFromHierarchy, TokenParser tokenParser)
at Microsoft.SharePoint.Client.WebExtensions.ApplyProvisioningTemplate(Web web, ProvisioningTemplate template, ProvisioningTemplateApplyingInformation applyingInformation)
at Toolkit.Core.Services.SharePoint.SpTemplateService.ApplyTemplate(SpSite site, PnPContext siteContext) in C:\Users\mwandell\RiderProjects\Engineering Toolkit\Toolkit.Core\Services\SharePoint\SpTemplateService.cs:line 58
at Toolkit.Core.Tests.Services.SharePointServiceTests.TestUpdatatingTemplateReturnsCorrectTemplate() in C:\Users\mwandell\RiderProjects\Engineering Toolkit\Toolkit.Core.Tests\Services\SharePointServiceTests.cs:line 423
at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass46_0.<<InvokeTestMethodAsync>b__1>d.MoveNext() in /_/src/xunit.execution/Sdk/Frameworks/Runners/TestInvoker.cs:line 253
--- End of stack trace from previous location ---
at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction) in /_/src/xunit.execution/Sdk/Frameworks/ExecutionTimer.cs:line 48
at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code) in /_/src/xunit.core/Sdk/ExceptionAggregator.cs:line 90
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
PnP.Framework 1.15.0
Microsoft.Graph 5.44.0
Microsoft.Graph.Core 3.1.9
When Trying to Run
csomContext.Web.ApplyProvisioningTemplate(template, applyingInformation);
It is throwing
Any Help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions