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 funk10101, Today, 09:43 PM
    0 responses
    6 views
    0 likes
    Last Post funk10101  
    Started by pkefal, 04-11-2024, 07:39 AM
    11 responses
    37 views
    0 likes
    Last Post jeronymite  
    Started by bill2023, Yesterday, 08:51 AM
    8 responses
    44 views
    0 likes
    Last Post bill2023  
    Started by yertle, Today, 08:38 AM
    6 responses
    26 views
    0 likes
    Last Post ryjoga
    by ryjoga
     
    Started by algospoke, Yesterday, 06:40 PM
    2 responses
    24 views
    0 likes
    Last Post algospoke  
    Working...
    X