Step 2: Convert project file to SDK style error #1005
DaSilvaAFS
started this conversation in
General
Replies: 2 comments
-
@DaSilvaAFS Is this something you are seeing in latest UA releases too? If so, could you send us the /cc @brandonh-msft |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any luck on this ? @DaSilvaAFS |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am converting my app MVC from .net framework 4.5.2 to .net 5.
When running the upgrade-assistant and try to run step 2 (Convert project file to SDK style) it gives the error bellow and exit.
It seems that the assistant delete the file and then he need it!!!!!
[15:04:57 INF] Saving upgrade progress file at C:\Projects\myproject\folder\myProject.webapi.upgrade-assistant
[15:04:57 ERR] Unexpected error
System.IO.FileNotFoundException: Could not find file ':\Projects\myproject\folder\myProject.webapi\packages.config'.
File name: ':\Projects\myproject\folder\myProject.webapi\packages.config'
at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.
Thanks,
Antonio Silva
Beta Was this translation helpful? Give feedback.
All reactions