- For the Vault standalone client, edit VaultGUIClient.exe.config in the same folder as VaultGUIClient.exe
- For the Admin Tool, edit VaultAdmin.exe.config in the same folder as VaultAdmin.exe
- For the server, edit the web.config file in the virtual folder where Vault runs.
Note that the IDE components cannot have their .Net Framework versions changed, because Visual Studio determines which framwork to use, based on the version of VS being used.
Edit the file so the "startup" element is within the "configuration" element as shown below. Note that the version number must contain the exact version number, and a preceding "v".
Code: Select all
<configuration>
<startup>
<requiredRuntime version="v1.1.4322" safemode="true" />
</startup>
.
.
.
</configuation>