self built version dll cannot replace to the main build

fai.kfc

New member
Hi,

I tried to modify the code of export dialog to implement this feature:
https://bugs.vixenlights.com/browse/VIX-2823?filter=-2
After build the whole project, i extract the dll (TimedSequenceEditor.dll) and replace to the latest development build, but i got an error "can't find an editor to open this file type." when opening sequence.

Am i missing something?

Thank you~
 
You should be able to drop it in if it builds cleanly. Are there other errors in the logs. Generally it will indicate that it could not find the dll or there is some version mismatch. You could also submit a pull request for your changes against the ticket so we can incorporate it in the full product. We welcome contributions.
 
Back
Top