Posts by JoaoPaulo • 94 points
4 posts
-
2
votes1
answer46
viewsQ: I cannot set the page that will be opened by the win.loadfile(') function
Good morning to you all. I’m a beginner with Electron and I can’t open mine index.html through function win.loadFile(). Simply open the following screen: Could someone explain to me how to solve…
-
0
votes1
answer54
viewsA: Migration from Local BD to Mysql BD
Install the Mysql Nector in your project. Download it through the official website: Connector Mysql In your file web config. add the property below the closing of the property appSettings. This…
-
1
votes1
answer37
viewsA: Error validating home page after Login/Password
This error is not from the Controller, it is from your View. Try to put @RenderBody() in the "center" of your view. If it doesn’t work, put your view code here.
-
1
votes1
answer678
viewsA: Problems referencing Javascript and css files - Asp.net Core
Try to put this @RenderSection("Scripts", required: false) before the </body> </html> at the end of the page.