[GH-ISSUE #8] could not load file or assembly (Exception from HRESULT: 0x80131515) #6

Closed
opened 2026-02-27 15:44:55 +03:00 by kerem · 1 comment
Owner

Originally created by @mvercouteren on GitHub (Apr 26, 2014).
Original GitHub issue: https://github.com/Pro/exchange-catchall/issues/8

Hi

Thanks for the catchall program for exchange 2013
Just a tip for the blocked file: use powershell unblock-file in install.ps1 to solve this issue.

unblock-file "$EXDIR\ExchangeCatchAll.dll"
unblock-file "$EXDIR\ExchangeCatchAll.pdb"
unblock-file "$EXDIR\mysql.data.dll"

kind regards
Maurice

Originally created by @mvercouteren on GitHub (Apr 26, 2014). Original GitHub issue: https://github.com/Pro/exchange-catchall/issues/8 Hi Thanks for the catchall program for exchange 2013 Just a tip for the blocked file: use powershell unblock-file in install.ps1 to solve this issue. unblock-file "$EXDIR\ExchangeCatchAll.dll" unblock-file "$EXDIR\ExchangeCatchAll.pdb" unblock-file "$EXDIR\mysql.data.dll" kind regards Maurice
kerem 2026-02-27 15:44:55 +03:00
Author
Owner

@Pro commented on GitHub (Apr 26, 2014):

Thanks for the tip!
We will add it to the install script.
For the future we planned a more advanced GUI to install and update the agent which will be much more intelligent than the script.

<!-- gh-comment-id:41472777 --> @Pro commented on GitHub (Apr 26, 2014): Thanks for the tip! We will add it to the install script. For the future we planned a more advanced GUI to install and update the agent which will be much more intelligent than the script.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/exchange-catchall#6
No description provided.