Hello,
I need to support about merging startup and program cs files. (because of new root folder design in dotnet 6). I modified these files properly (img-1) and there isn't any problem on rebuilding phase. but in the application starting process we occur an error. (img-2)
(img-1) program.cs source code
(img-2)
{ IDE = VS 2022 TargetFramework = net6.0 KenticoVersion = 13.0.0 }
I don't see a call to app.Run(); in your code screen shots. Is it in there at the bottom of the file?
app.Run();
Could you please try applying the latest hotfix/refresh? The support for .NET 6 was added in one of the hotfixes/refreshes. In other words, Kentico 13.0.0 did not supported .NET 6. If this will not help, please provide steps and proof of concept how to reproduce the issue using the sample Dancing Goat Core project.
Hello Juraj, Kentico hotfix version has been upgraded but there is another error currently.
like;
after invoke InitKentico() function;
there isn't any error but application couldn't run.
Thanks Brian, I don't see too :)
Please, sign in to be able to submit a new answer.