-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not load file or assembly System.Threading.Tasks.Dataflow #1079
Comments
Hello, we get the same error while execute try-convert. The project does not use Dataflow. Microsoft.Build.Framework.InternalErrorException: MSB0001: Internal MSBuild Error: Throwing from logger shutdownSystem.IO.FileLoadException: Could not load file or assembly 'System.Threading.Tasks.Dataflow, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Could not find or load a specific file. (0x80131621) |
@mc0re / @fue-medatixx What version of msbuild is getting used for the tool? Locally when I tried to repro it, I could not see the error and it was |
The same msbuild version is used. We get the same error if we use try-convert standalone. |
You can do the same with UA too using |
I use
Which is a bit strange as I have .NET 6 installed. |
In case it helps, as I face same issue in dotnet 5 sdk environment (that needs to ship bits for .net 4.8 framework), as of today, I need to update to dotnet sdk 6 and run the tool with:
otherwise, I get the same kind of errors, for variety of different assemblies. I still remember and face binding redirect issues plaguing .net framework eco system, and I feel this hasn't been ironed out to smoothen the ride of dotnet SDK, runtime and application end users, and all those in between trying to keep legacy of dotnet alive and up to date, but thanks a lot for the tool! |
0.2x is an older version of UA, could you try with any of the latest versions (0.3x)? |
Problem encountered on https://dotnet.microsoft.com/en-us/platform/upgrade-assistant/tutorial/install-upgrade-assistant
Operating System: windows
Tried to convert a .NET Framework 4.6.1 project:
The project does not use
Dataflow
.The text was updated successfully, but these errors were encountered: