Opened 14 years ago
Closed 14 years ago
#1363 closed defect (done)
Exception when compiling a new ProgrammableOperator
Reported by: | swagner | Owned by: | epitzer |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.3 |
Component: | Operators.Programmable | Version: | 3.3.3 |
Keywords: | Cc: |
Description
When a new ProgrammableOperator is created and immediately compiled, an exception is thrown that mscorlib 4.0.0.0 has already been imported.
Change History (5)
comment:1 Changed 14 years ago by epitzer
- Status changed from new to accepted
comment:2 Changed 14 years ago by epitzer
- Owner changed from epitzer to swagner
- Status changed from accepted to reviewing
comment:3 Changed 14 years ago by epitzer
remove second reference to mscorlib.dll v4.0.0.0 to prevent duplicate assembly reference (r5217)
comment:4 Changed 14 years ago by swagner
- Owner changed from swagner to epitzer
- Status changed from reviewing to readytorelease
comment:5 Changed 14 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.2 to 3.3.3
Note: See
TracTickets for help on using
tickets.
Do not manually include mscorlib.dll in default assemblies as it is automatically included and would cause a duplicate (r5216)