-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Please provide a working OneNotePowershell.msi installer, and/or instructions on how to build it from source. The link to the file in various blogs no longer works. It'd be nice if it was posted as a release here on GitHub.
I was able to get a good compile in VS 2017 and DotNet4.8 after a bit of work, but I don't believe I know how to correctly register the snap-in with Powershell. That's assuming I didn't break something.
If I just use an Import-Module on the DLL, I get a 'class not registered' error using the Open-OneNote command. The OneNote provider shows up OK with Get-PSDrive.
Open-OneNote : Retrieving the COM class factory for component with CLSID {D7FAC39E-7FF1-49AA-98CF-A1DDD316337E} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).