Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ViewCOmponents are empty and demo website is not working #59

Open
fasteddys opened this issue Feb 1, 2022 · 1 comment
Open

ViewCOmponents are empty and demo website is not working #59

fasteddys opened this issue Feb 1, 2022 · 1 comment

Comments

@fasteddys
Copy link

hello I was trying this ViewCOmponents are empty and demo website is not working

@KristiforMilchev
Copy link
Member

The solution is built with Electron.Net. The ViewComponents folder that holds the code behind of all view components in the solution required for the /View/Shared/Components/ Views to be injected, it's how the pattern works. Usually the code behind there is used to inject dependencies, and implement custom logic for the components. But since the solution uses Syncfusion on the frontend, all the data is provided with javascript, so we just output the default template on the code behind.

I think the last build was with .net core 3.1. I will update the solution to .net 6 when i get time and get back at you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants