❔ Error Running Project.

https://github.com/tanersahincom/VeriParkTask -> I am trying to run this project in local but facing error, please help. FYI, If its running fine with razor views, I am going to integrate angular for UI.
GitHub
GitHub - tanersahincom/VeriParkTask: VeriPark Penalty Calculator Task
VeriPark Penalty Calculator Task. Contribute to tanersahincom/VeriParkTask development by creating an account on GitHub.
No description
8 Replies
Bailey
Bailey9mo ago
This page should not be able to see if you are using angular. Did you seperate angular from visual studio and also only create a backend ? it looks like an razor error
Naveen Chikkamath
I'm going to integrate angular later. I just want to run above repo without any errors in local. But got above error( screenshot )
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
edmblock
edmblock9mo ago
Clean the project and then rebuild
Naveen Chikkamath
Cleaned and built the project.. getting the same exception message.
Bailey
Bailey9mo ago
If you want to investigate begin with stripping. In the vieuws you are using blazor. try stripping it to see in wich view it occurs. This van easely be done by simply a hello world tag and then undo it till you find the exact cause. the cause can be a lot of things and finding it will cause a lot of time. You can also use in stead of stripping commenting part of the code and slowly add the lines.
Naveen Chikkamath
Ok, will check this and get back to you.
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.