Generating register_content.html... Error: Failed to generat

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

Generating register_content.html... Error: Failed to generat

Post by anwarp »

Hi

I am trying the trial version and getting the below error at 42%
Generating register_content.html...
Error: Failed to generate register_content.html
at generateFile (E:\Anwar\TestNet\ASP.NET Maker 2017\node\node_modules\aspnetmaker\aspnetmaker.js:7:1511)
at Object.<anonymous> (C:\Users\anwar.paraparambil\Documents\ASPNETMaker\Templates\aspxv20170\cache\demo2017.js:265:1)
at Module.compile (module.js:571:32)
at Object.Module.
extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:418:7)
at startup (bootstrap_node.js:139:9)


motfs
User
Posts: 258

Post by motfs »

Try to delete template cache (click Tools -> Delete Template Cache) to see if it works. If not, go to the specified directory, C:\Users\anwar.paraparambil\Documents\ASPNETMaker\Templates\aspxv20170\cache\demo2017.js:265:1. Open the file and search the line 265 and post the code here (few lines before and after the error).


Post Reply