Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

A .NET application crashes after installing the Microsoft Server Application Virtualization client


Symptoms

A natively installed .NET application may crash after the Microsoft Server Application Virtualization (Server App-V) client agent is installed on a computer. 

↑ Back to the top


Cause

This can occur if the application's .NET Configuration Settings File (.config) does not include the supportedRuntime element or the value specified for the element is not compatible with the version used by Server App-V.

↑ Back to the top


Resolution

To work around this issue, modify the application's .config file and add <supportedRuntime version="v2.0.50727" /> under the <startup> node and restart the application.

↑ Back to the top


More Information

For more information on the supportedRuntime element and the .NET configuration file schema see the following:

http://msdn.microsoft.com/en-us/library/w4atty68(v=VS.71).aspx

↑ Back to the top


Keywords: kb, vkball

↑ Back to the top

Article Info
Article ID : 2791762
Revision : 2
Created on : 3/27/2020
Published on : 3/27/2020
Exists online : False
Views : 139