Skip to content
Mark Gray edited this page Sep 13, 2016 · 12 revisions

The official released version of BASINS is available from EPA at https://www.epa.gov/exposure-assessment-models/basins

To get BASINS up and running in Visual Studio:

  1. Install Visual Studio 2015. The free version works fine. Visual Basic and C# are both required.
  2. Clone the repository into a local folder (for example dev\BASINS)
  3. Install BASINS from the most recent packaged version. This will install in a folder (for example, C:\BASINS41)
  4. Copy C:\BASINS41\bin into dev\BASINS and let it replace all files
  5. Open dev\BASINS\BASINS40_15.sln in Visual Studio
  6. In Solution Explorer, find the project BASINS15, right-click, Set as Startup Project
  7. In Build menu, open Configuration Manager.
  8. In Configuration Manager, Active solution platform: x86
  9. Scroll through the list of projects to make sure Platform is x86 for all of them.
  10. Close Configuration Manager
  11. Build menu, Rebuild Solution.
  12. Debug menu, Start Debugging (F5)
Clone this wiki locally