ERRORS: ASSEMBLY REFERENCE MSCORLIB.DLL WAS NOT FOUND OR IS INVALID.
I apologize!
I did not understand how to fix it
What should do?
ERRORS: ASSEMBLY REFERENCE MSCORLIB.DLL WAS NOT FOUND OR IS INVALID.
I apologize!
I did not understand how to fix it
What should do?
Hello. Since yesterday I have a delayed API on my BF Explorer trading software. I had no bots running when this happened and now I am also unable to trade as all stakes in the markets keep flashing all over the ladders on random odds, being absolutely impossible to figure out what was the last price ...
9.5.2020 16:19:41I tried BFexplorer, having used 3-4 different software applications beforehand. The 2 days utilising the software, I managed to get a feel for the product and like the modern display on the black background. Bets placed were very responsive with no lagging experienced from other products. A few ...
25.3.2015 17:55:00Version 5.14.0830 The cumulative updates. Install from Bfexplorer Preview version. Version 5.13.0818 The cumulative updates. Install from Bfexplorer Preview version. Version 5.07.0322 The cumulative updates: Betfair AI Trading, Create Strategy Settings LLM ...
30.8.2026 11:42:48Bfexplorer - Betfair Strategy Builder
The Bfexplorer Betfair trading application offers a wide range of pre-built strategies. These can be categorized into three main groups: 1. General Strategies: Basic actions for placing bets.2. Trading Strategies: Complex maneuvers that execute both an opening bet and a closing action ...
2.9.2026 13:56:00A bfexplorer user took the time to create the following Bfexplorer Reference Guide for us all. You can download it from following links: Bfexplorer New User Guide Bfexplorer Reference Guide Bfexplorer Strategy Builder Reference TOS Bfexplorer Bridge Implementation Guide
30.8.2026 18:37:01Version 5.14.0830 The cumulative updates. Install from Bfexplorer Preview version. Version 5.13.0818 The cumulative updates. Install from Bfexplorer Preview version. Version 5.07.0322 The cumulative updates: Betfair AI Trading, Create Strategy Settings LLM ...
30.8.2026 11:42:48
Comments ( 11 )
Stefan
mscorlib.dll is part of .net installation package, and is installed on every Windows OS, .net is here from 2002, so my question is what you do and on what OS?
http://dllsearch.net/dlls/m/mscorlib-dll-file
PleBeY
Hello!
I'm trying to run a script TennisBreakPointAlertBot.fsx
and this problem appeared, below was a description of how to solve it, but it turned out to be difficult for me, English is not my native language.
Is it possible to help me?)
PleBeY
Windows 10
Stefan
You have got MSCORLIB.DLL assembly on your computer, because when you installed bfexplorer, the .net libraries already must be installed on your computer.
Bfexplorer app is developed in C# and F# programming languages, the script you want to run is written in F# as well.
All you need to do is installed F# language extension to Visual Studio, or any other IDE you use, please read/watch following:
Betfair Bot Programming for Non-Developers
PleBeY
Thank you, it works!
PleBeY
To create a bot, a prerequisite is knowledge of a programming language? Or is everything simpler?
Where to start? I want to make an alert to the tennis bot to notify when the score is 5-4 * 6-5 *
Or can I buy a bot creation from you?
PleBeY
I really liked how TennisBreakPoint AlertBot.fsx works
so I really want to do something like this,
but it seems too hard.
Stefan
I do simple bot script development for my subscribers for free (that requires up to 1 working hour). I checked the script execution on my server, and no error message was reported, therefore I think you just tried to change the bot code and your changes produced error message you reported.
Bfexplorer offers standard bots that require no programming skills. You just set the bot parameters and execute such bot. One of such bots is “Tennis Bot” so basically you can set your trigger parameters, and setup an action by BotName parameter that will be executed when trigger criteria are met.
“Tennis Bot” stops its execution automatically when the action bot is triggered, so repeating bot action again can be made by recursion, what can be done by "Sequence Execution" bot, referring last bot name to execute in sequence to be the name of your sequence bot.
The last think for your custom bot is “Notification Bot”, so bot that will alert you (speak some text), so similar like in TennisBreakPointAlertBot script.
I will add such bot to standard bfexplorer bots adding one useful feature which you could see in the “Watch Favourite” bot. This bot displays market selection in Bet Event view automatically, so when monitoring for instance 50 tennis markets, the bot will automatically show in Bet Event view the market and selection on which the bot was executed.
I will add updated script as well, but my idea was that users willing to share programming bot scripts will do so, therefor I posted tutorial bot scripts for learners of betfair bot programming on my github web page:
https://gist.github.com/StefanBelo
PleBeY
Thank you!
You do wonderful things!
Stefan
I have just added new bot to bfexplorer called: “Show Market Selection and Alert”. If you want to use it install the latest version of bfexplorer:
http://bfexplorer.net/Products/Bfexplorer
I have created new bot script TennisGameScoreAlertBot.fsx, you can add GameScore parameter adding values like this: GameScores:5 - 4|6 - 5
Scores are separated by | and are written from position of serving player, have a look at the bot script on lines 49 – 63.
TennisGameScoreAlertBot.fsx