-
Notifications
You must be signed in to change notification settings - Fork 16
Home
PaulDudaRESPEC edited this page Sep 19, 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 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
- Open Solution Explorer (which is an alternative tab to Team Explorer)
- In Solution Explorer, find the project BASINS15, right-click, Set as Startup Project
- Right-click BASINS15 again, and this time choose 'Properties'
- Choose the 'Debug' category on the left
- Set 'Start Action' to 'Start External Program'
- Navigate to 'dev/BASINS/bin' and select 'BASINS.exe'
- Build menu, Rebuild Solution.
- Debug menu, Start Debugging (F5)