...
Instructions
- Switch to 'Release'
- Also, ensure you are pointing to x86 in project properties:
2. Right-click on project MSCA_HOST, click "Publish..." point MEMS to your new version directory \\ncrfs352\MSCA\PRODUCTION\RUNTIME\vX.X.X:
- Create a shortcut with MSCA.exe and add the environment as a parameter to the shortcut:
- Please create a new directory under "\\ncrfs352\MSCA\PRODUCTION\sp". Most likely, you will simply copy the files from the previous version to this new folder, as you probably didn't update any SQL procedures. For example:
- COPY \\ncrfs352\MSCA\ACCEPTANCE\sp\3.9.4 TO \\ncrfs352\MSCA\ACCEPTANCE\sp\3.9.5
- COPY \\ncrfs352\MSCA\DEVELOPMENT\sp\3.9.4 TO \\ncrfs352\MSCA\DEVELOPMENT\sp\3.9.5
- COPY \\ncrfs352\MSCA\PRODUCTION\sp\3.9.4 TO \\ncrfs352\MSCA\PRODUCTION\sp\3.9.5
- COPY \\ncrfs352\MSCA\TRAINING\sp\3.9.4 TO \\ncrfs352\MSCA\TRAINING\sp\3.9.5
- If you did make any updates to any of these files/folders, you will need to include them as well
...