Opened 14 years ago
Closed 14 years ago
#1492 closed defect (done)
When downloading HeuristicLab as zip and extracting the files the exe and all dlls appear as blocked
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.4 |
Component: | PluginInfrastructure | Version: | 3.3.4 |
Keywords: | Cc: |
Description
After downloading HeuristicLab as a zip file the file is marked as potentially dangerous by the browser (or by windows, I don't know). If this file is extracted all files therein are also marked as potentially dangerous and are blocked from execution. When HeuristicLab 3.3 exe is started the user is getting a warning and may continue, but HeuristicLab quickly crashes with an error.
The solution is to unblock the zip file before extracting the files. In any case the error message one gets when starting the exe is not related to the real error and reads: "Can't disable a plugin in state disabled."
Change History (7)
comment:1 Changed 14 years ago by gkronber
comment:2 Changed 14 years ago by gkronber
- Status changed from new to accepted
comment:3 Changed 14 years ago by gkronber
I've just tested this with the daily build. Unblocking is not necessary anymore.
comment:4 Changed 14 years ago by gkronber
- Owner changed from gkronber to abeham
- Status changed from accepted to reviewing
comment:5 Changed 14 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.4
comment:6 Changed 14 years ago by abeham
- Status changed from reviewing to readytorelease
okay, thanks, I tested this with 3.3.3 only.
comment:7 Changed 14 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.3 to 3.3.4
This problem has been addressed within ticket #1429 r5629 and r5632 by changing calls to Assembly.LoadFrom to Assembly.Load.