rodneyviana / ODSyncService

OneDrive service/DLL for Sync State
MIT License
93 stars 26 forks source link

Impossible to load OneDriveLib.dll #16

Closed fschettini-git closed 4 years ago

fschettini-git commented 4 years ago

Hi,

I have dowloaded OneDriveLib.dll and run the 2 lines.

PS C:\temp\ODTool> unblock-File -Path OneDriveLib.dll PS C:\temp\ODTool> Import-Module OneDriveLib.dll

But I got the following error:

Import-Module : Le module «OneDriveLib.dll» spécifié n'a pas été chargé, car aucun fichier de module valide n'a été trouvé dans un répertoire de module. Au caractère Ligne:1 : 1

Could you please help me?

Thanks in advance.

N0odlez commented 4 years ago

Is the OneDriveLib.dll in the folder C:\tmp\ODTool?

Try Import-Module .\OneDriveLib.dll

fschettini-git commented 4 years ago

Great it works with .\OneDriveLib.dll

Thanks