-
Notifications
You must be signed in to change notification settings - Fork 16
Home
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:
- Install Visual Studio 2015. The free version works fine. Visual Basic and C# are both required.
- Clone the repository into a local folder (for example dev\BASINS)
- Install BASINS from the most recent packaged version. This will install in a folder (for example, C:\BASINS41)
- Copy C:\BASINS41\bin into dev\BASINS and let it replace all files
- Open dev\BASINS\BASINS40_15.sln in Visual Studio
- In Solution Explorer, find the project BASINS15, right-click, Set as Startup Project
- In Build menu, open Configuration Manager.
- In Configuration Manager, Active solution platform: x86
- Scroll through the list of projects to make sure Platform is x86 for all of them.
- Close Configuration Manager
- Build menu, Rebuild Solution.
- Debug menu, Start Debugging (F5)