TypeConverter dll and other dlls

Posts   
 
    
Findev
User
Posts: 103
Joined: 08-Dec-2014
# Posted on: 04-Jun-2020 21:39:22   

Hi,

noticed sometime ago that I wasn't able to update other dlls in the same folder where the type converter dll is located until I close the designer. Probably it just tries to load everything assuming it might be a converter dll and just keeps the handle(s) open

Thank you!

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 04-Jun-2020 23:11:11   

Reproduced. As long as the Designer is loaded with the project having the target folder in the setting as the TypeConverter folder.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 05-Jun-2020 10:45:32   

that's correct, it does a reflection probe on all dlls and types in the folder. We have a workitem which describes a mechanism to copy the files first to a temp folder and then do the reflection/loading part, the current designer doesn't do that, indeed. you have to close the designer to update the files.

Frans Bouma | Lead developer LLBLGen Pro
Findev
User
Posts: 103
Joined: 08-Dec-2014
# Posted on: 05-Jun-2020 10:50:15   

Otis wrote:

that's correct, it does a reflection probe on all dlls and types in the folder. We have a workitem which describes a mechanism to copy the files first to a temp folder and then do the reflection/loading part, the current designer doesn't do that, indeed. you have to close the designer to update the files.

No problem simple_smile The first time I ran into that closed VS, Total Commander, LinqPad etc. simple_smile