Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

DLL's conflict

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    DLL's conflict

    Hello,

    Suppose I develop an user control called mycompanyname.dll which uses a third party DLL (called thirdparty.dll).
    A customer installs my usercontrol and then will have in his My Documents / NinjaTrader / bin / Custom folder, two files: mycompanyname.dll and thirdparty.dll.

    Everything compiles and work fine.

    Later the same customer installs another user control of another company called amazing.dll which uses the same third party DLL (called thirdparty.dll too, but with a different version).
    My Documents / NinjaTrader / bin / Custom folder, will have three files: mycompanyname.dll, amazing.dll and thirdparty.dll.

    The first thirdparty.dll be overwritten with the last thirdparty.dll and NinjaTrader will not start and will throw an exception of type LoaderException.

    Is there any solution for this issue ?

    Thanks very much

    #2
    Hello cls71,

    Thank you for your post.

    There would not be a means around this. The identically named .dll would need a different name in order to avoid this.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by judysamnt7, 03-13-2023, 09:11 AM
    4 responses
    59 views
    0 likes
    Last Post DynamicTest  
    Started by ScottWalsh, Today, 06:52 PM
    4 responses
    36 views
    0 likes
    Last Post ScottWalsh  
    Started by olisav57, Today, 07:39 PM
    0 responses
    7 views
    0 likes
    Last Post olisav57  
    Started by trilliantrader, Today, 03:01 PM
    2 responses
    22 views
    0 likes
    Last Post helpwanted  
    Started by cre8able, Today, 07:24 PM
    0 responses
    10 views
    0 likes
    Last Post cre8able  
    Working...
    X