mirror of
https://github.com/Pro/exchange-catchall.git
synced 2026-04-25 15:35:56 +03:00
[GH-ISSUE #8] could not load file or assembly (Exception from HRESULT: 0x80131515) #6
Labels
No labels
bug
enhancement
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/exchange-catchall#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.