Replies: 4 comments 9 replies
-
Yes, there should be no problems. I've run the run the tool myself today both on Windows 11 and Windows Server 2022 and not had any problems. It's portable, so you can try just downloading the latest zip and running from the folder. What OS are you running on? |
Beta Was this translation helpful? Give feedback.
-
I ended up downloading the source and using that. Edition Windows Server 2022 Standard |
Beta Was this translation helpful? Give feedback.
-
Had the same issue when downloading from winget, tried your solution to download and run it directly works perfectly. |
Beta Was this translation helpful? Give feedback.
-
In powershell, run ".\devopsmigration" and you'll be good to go, otherwise from the cmd prompt "devopsmigration", but either way, you'll need to be in the right directory (where the exe is located. Interestingly, I found the size of the exe from winget is 8kb, while the one that I downloaded from @MrHinsh link above was 152kb. Both seem to work fine, perhaps MrHinsh can provide some clarity. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I used winget to install the tool but when I try to run it I get the following error:
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Extensions.Hosting.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. The system cannot find the file specified.
d__0.MoveNext()at VstsSyncMigrator.ConsoleApp.Program.
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
at VstsSyncMigrator.ConsoleApp.Program.Main(String[] args)
at VstsSyncMigrator.ConsoleApp.Program.(String[] args)
I have checked and the assembly is installed.
The package should have all the dependencies I need to run correct?
Beta Was this translation helpful? Give feedback.
All reactions