warnings and errors during generating process

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
rkopp01234
User
Posts: 23

warnings and errors during generating process

Post by rkopp01234 »

Hi there,

in which logfile can I find warnings and errors that appear during the generating process in the "Generating Windows"?

The ASPNETMaker.log does not show warnings.

Thanks!


MichaelG
User
Posts: 1095

Post by MichaelG »

You can either open your project with Visual Studio 2022 to compile the project, or open a command prompt, navigate to the destination folder and build the project with the command "dotnet build".


Post Reply