Troubleshooting Generate Process

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

Troubleshooting Generate Process

Post by raymueller »

I am discovering that an application that I am working on has a generated error which I can see in the Generate Scripts dialog window however the information in the dialog scrolls to fast be read before the dialog window closes.

How can I capture or is this information captured in a log?

Thank you
Ray


motfs
User
Posts: 258

Post by motfs »

If there is generation error, the popup window will not close until you press the button again. You may try to delete template cache (click Tools -> Delete Template Cache) to try again.

Or the error is from compiling the project?


raymueller
User
Posts: 9

Post by raymueller »

I am fairly certain that it is occurring during the compile process.

I was able to capture a video of the build process which produced the MSB1011 error which I addressed which did fix the issue.

Thanks
Ray


Webmaster
User
Posts: 9425

Post by Webmaster »

Go to the project folder, open a command prompt and run the following commands yourself and see the messages:

dotnet restore
dotnet run

Read doc on how to use .NET Command Line Interface:
https://github.com/dotnet/cli


raymueller
User
Posts: 9

Post by raymueller »

Thank you. This is good information.

Ray


Post Reply