Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I have a .NET Framework project in Visual Studio. While trying to build it, I get the following error message: Error The "DllExportAppDomainIsolatedTask" task failed unexpectedly. System.Argume...
#2: Post edited
DllExportAppDomainIsolatedTask" task failed, requested value Version48 not found
- DllExportAppDomainIsolatedTask task failed, requested value Version48 not found
#1: Initial revision
DllExportAppDomainIsolatedTask" task failed, requested value Version48 not found
I have a .NET Framework project in Visual Studio. While trying to build it, I get the following error message: > Error The "DllExportAppDomainIsolatedTask" task failed unexpectedly. System.ArgumentException: Requested value 'Version48' was not found. As I understand it, the 48 refers to .NET Framework version 4.8. I have installed this version of the .NET Framework on the computer, but the error remains. How can I fix this?