-
Notifications
You must be signed in to change notification settings - Fork 1
Description
LightroomSync fails to run on my Windows 10 laptop.
The following is in the event log:
Description: A .NET application failed.
Application: LightroomSync.exe
Path: D:\Program Files (x86)\LightroomSync\LightroomSync.exe
Message: Failed to create CoreCLR, HRESULT: 0x80004005
And this error when attempting dotnet run of the source:
...error MSB4803: The task "ResolveComReference" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild.
E:\AppDev\source\repos\LightroomSync-1.0.0\LightroomSync>dotnet run
Using launch settings from E:\AppDev\source\repos\LightroomSync-1.0.0\LightroomSync\Properties\launchSettings.json...
C:\Program Files\dotnet\sdk\9.0.305\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net6.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
C:\Program Files\dotnet\sdk\9.0.305\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net6.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
C:\Program Files\dotnet\sdk\9.0.305\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net6.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
C:\Program Files\dotnet\sdk\9.0.305\Microsoft.Common.CurrentVersion.targets(3081,5): error MSB4803: The task "ResolveComReference" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.
The build failed. Fix the build errors and run again.