Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT7 Cannot load WinBase.dll

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

    NT7 Cannot load WinBase.dll

    exception System.IO.FileNotFoundException: Could not load file or assembly 'WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    File name: 'WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
    at FormsMessageBox.Show(String caption, String text, MessageBoxButton button, String market, String limit, String cancel, String ok, Int32 interval)
    at NinjaTrader.Indicator.Buttonstotrade.btnFullauto_C lick(Object sender, EventArgs e)

    === Pre-bind state information ===
    LOG: User = DESKTOP-KS51DLN\Igor
    LOG: DisplayName = WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    (Fully-specified)
    LOG: Appbase = file:///C:/Program Files (x86)/NinjaTrader 7/bin64/
    LOG: Initial PrivatePath = NULL
    Calling assembly : 36b5bb4e307c46c0a23488af8db9fa0b, Version=7.0.1000.40, Culture=neutral, PublicKeyToken=null.
    ===
    LOG: This bind starts in LoadFrom load context.
    WRN: Native image will not be probed in LoadFrom context. Native image will only be probed in default load context, like with Assembly.Load().
    LOG: Using application configuration file: C:\Program Files (x86)\NinjaTrader 7\bin64\NinjaTrader.exe.Config
    LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v2.0.50727\co nfig\machine.config.
    LOG: Post-policy reference: WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    LOG: The same bind was seen before, and was failed with hr = 0x80070002.


    --------------------------------------
    C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Windows Base\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dl l

    i need it for DispatcherFrame function

    #2
    Hello buildorbust, thanks for your post and welcome to the NinjaTrader forum.

    Please first add a reference to the DLL by right-clicking the code>References.

    After that, you must add "using System.Windows.Threading;" then you can instantiate a DispatcherFrame object.

    Kind regards.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    569 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    548 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    548 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X