Hi @Peter_1985 ,
What is the reason below, when deploying the project?
It looks like you are trying to publish your project somewhere. As mentioned, it would be helpful if you could provide more relevant details. For example, are you using visual studio to publish your webapp? What version is it? What project is your webapp? WebForms
, .net mvc
or .net core
or something else?
I tested publishing WebForms project to Folders in Visual studio 2022, and it works fine. I suggest that you carefully read the error message given by the ** Output Window
**, solve these problems one by one.
In addition, based on the .NET framework version, you could upgrade Microsoft.Net.Compilers.Toolset
if it not the latest version. Something like this:
Best regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.