Running the Project from Source Code
From Open Forex Platform Wiki
- Make sure to read this first - Building_the_Project and this shows how to obtain the source code Source_Code
- Load the solution file (OpenForexPlatform.sln) into your Visual Studio 2008
It is advisable to use the latest version of VS 2008 (currently SP1)
- Build the solution; the solution should build all projects with any errors
Note: there is a post build operation in one of the projects, that tries to copy the "DefaultExpertManager.cs" to Files folder; this is used only for reference, if you see this step fail, keep in mind it is not in any way critical for the operation of the solution.
- Run the solution (Debug >> Start Debugging or Debug >> Start Without Debugging)
There might be some exceptions upon starting the solution in Debug mode; all of those should be handled internally by the source code; however if you wish to not be disturbed by exception pop ups, here is a list of the exceptions you can disable from you Debug >> Exceptions Visual Studio Menu:
System.Threading.ThreadInterruptedException [uncheck "Thrown" check box only] System.Reflection.TargetInvocationException [uncheck "Thrown" check box only]

