0
I am starting a new application and when I have buildar of this error... someone there could give me a help ? i just put a new html code.
Version of dotnet:
Error presented:
rzc generate exited with code -2147450749
0
I am starting a new application and when I have buildar of this error... someone there could give me a help ? i just put a new html code.
Version of dotnet:
Error presented:
rzc generate exited with code -2147450749
Browser other questions tagged c# .net asp.net-core razor
You are not signed in. Login or sign up in order to post.
Are you using vscode? Can you post more details about the project you created? Could be something related to the version, tried to install the most current and recreate the project?
– George Wurthmann
Hello George, I’m using the Bisual Studio Community 2019. I posted a print of the project in the question for Oce take a look.
– Samuel Machado
Make sure you update Razor.Design will work: Install-Package Microsoft.AspNetCore.Razor.Design -Version 2.2.0
– George Wurthmann
while trying to update Razor design, gave the following error: "Found invalid data while Decoding."
– Samuel Machado
Samuel, before you put the new HTML code to work? What code did you put in? Post View as well.
– George Wurthmann
Hello, George, after some research I managed to solve the problem... There was a version folder of . net that was causing the conflict... and the path of this folder appeared in the output. I’m leaving this comment to people who are having the same problem and looking for a solution.
– Samuel Machado