Forum Discussion
PnP provisioning with a custom extensibity provider
Hi Paul,
OfficeDevPnP.Core.dll is 2.4.1605.0 and the provisioning schema is 2015/12.
Hi Jonas,
Maybe there is a issue with the Dll's which are not present. Does it crash immediately?
kr,
Paul
- DeletedAug 22, 2016
No, the extraction of the template is working, until the step where the the custom extensibility provider is called.
Please see attached log file.
- DeletedAug 22, 2016
if i look at your log it says: The system cannot find the file specified.
i don't know if there is something in you exention. but seems it has a reference to a other path.
Kr,
Paul
- DeletedAug 22, 2016
The content of the log file is this:
FUSLOGVW.exe :
*** Assembly Binder Log Entry (19-08-2016 @ 12:34:48) *** The operation failed. Bind result: hr = 0x80070002. The system cannot find the file specified. Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll Running under executable C:\Temp\v2\ALLNRG-Group.CDN.Provisioning.exe --- A detailed error log follows. === Pre-bind state information === LOG: DisplayName = OfficeDevPnP.Core.XmlSerializers, Version=2.4.1605.0, Culture=neutral, PublicKeyToken=null, processorArchitecture=MSIL (Fully-specified) LOG: Appbase = file:///C:/Temp/v2/ LOG: Initial PrivatePath = NULL LOG: Dynamic Base = NULL LOG: Cache Base = NULL LOG: AppName = ALLNRG-Group.CDN.Provisioning.exe Calling assembly : System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. === LOG: This bind starts in default load context. LOG: Using application configuration file: C:\Temp\v2\ALLNRG-Group.CDN.Provisioning.exe.Config LOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Attempting download of new URL file:///C:/Temp/v2/OfficeDevPnP.Core.XmlSerializers.DLL. LOG: Attempting download of new URL file:///C:/Temp/v2/OfficeDevPnP.Core.XmlSerializers/OfficeDevPnP.Core.XmlSerializers.DLL. LOG: Attempting download of new URL file:///C:/Temp/v2/OfficeDevPnP.Core.XmlSerializers.EXE. LOG: Attempting download of new URL file:///C:/Temp/v2/OfficeDevPnP.Core.XmlSerializers/OfficeDevPnP.Core.XmlSerializers.EXE. LOG: All probing URLs attempted and failed.It seems to me, that it tries to find OfficeDevPnP.Core.XmlSerializers DLL or EXE but without any luck.