You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Win32 app that calls a c++/cli NET Core 3.1 lib. The c++/cli lib calls a WPF NET Core 3.1 lib
Running the app the output window of VS shows:
'System.PlatformNotSupportedException' in System.Configuration.ConfigurationManager.dll
'System.Configuration.ConfigurationErrorsException' in System.Configuration.ConfigurationManager.dll
You can find more details here and here
The test project can be found here
Configuration
NET Core 3.1
architecture x64
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @safern
See info in area-owners.md if you want to be subscribed.
Issue Details
Description
Win32 app that calls a c++/cli NET Core 3.1 lib. The c++/cli lib calls a WPF NET Core 3.1 lib
Running the app the output window of VS shows:
'System.PlatformNotSupportedException' in System.Configuration.ConfigurationManager.dll
'System.Configuration.ConfigurationErrorsException' in System.Configuration.ConfigurationManager.dll
You can find more details here and here
The test project can be found here
Description
Win32 app that calls a c++/cli NET Core 3.1 lib. The c++/cli lib calls a WPF NET Core 3.1 lib
Running the app the output window of VS shows:
'System.PlatformNotSupportedException' in System.Configuration.ConfigurationManager.dll
'System.Configuration.ConfigurationErrorsException' in System.Configuration.ConfigurationManager.dll
You can find more details here and here
The test project can be found here
Configuration
NET Core 3.1
architecture x64
The text was updated successfully, but these errors were encountered: