I have this ASP.NET project running on .NET 4.8 called MyOTPWebService
.
It resides in C:MypathMy_ProjectsMyTiger
which is C:MypathMy_ProjectsMyTigerMyWebService
It builds fine, but when I tried to publish to:
C:UsersmyappDesktopMy_DeploymentsMyOtp
I got this error:
Copying file packagesSystem.Security.Cryptography.X509Certificates.4.3.0runtimesunixlibnetstandard1.6System.Security.Cryptography.X509Certificates.dll to C:UsersmeAppDataLocalTempWebSitePublishMyWebService–676085791objDebugPackagePackageTmppackagesSystem.Security.Cryptography.X509Certificates.4.3.0runtimesunixlibnetstandard1.6System.Security.Cryptography.X509Certificates.dll failed. Could not find a part of the path ‘C:UsersmeAppDataLocalTempWebSitePublishMyWebService–676085791objDebugPackagePackageTmppackagesSystem.Security.Cryptography.X509Certificates.4.3.0runtimesunixlibnetstandard1.6System.Security.Cryptography.X509Certificates.dll’.
Kindly help resolve the issue
2