We are using some Add-ins in Enterprise Guide.
The dll's with the Add-ins are loaded in the Add-in manager using an URL path (not a drive letter).
In EG3 this works perfectly. In EG4.1 I get the error System.IO.FileNotFoundException at MRAddIn.WegingForm.PrijsmeterForm_Load(Object sender, EventArgs e).
Whenever I register one of the Add-ins from a network location with a drive letter, the thing works. Even more strange: the other Add-in (still registered from an URL location) also works.
Has anyone seen this behaviour?