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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    669 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    378 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    111 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    575 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    580 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X