leleco
❔ Blazor - Component button with different event depending on the page that call it
Hi,
I have a component that has 4 buttons (Open, Save, Clear, Run), and this component is used in every page of the app. The "Run" button though, needs to trigger a specific event for each page it's clicked on. What's the best way to do it?
I've been researching about EventCallback but I'm not sure if this is the correct approach for this situation.
Thanks!
5 replies
❔ Exception trying to run code from a .NET Framework 4.5.2 on .NET 6 project
Hi,
I have a new project using .NET 6, but I need to call a method in a project using .NET Framework 4.5.2. Per company policies I don't have rights to upgrade this project, so I have to use it as it is.
When trying to call a method from this old project, I keep getting this runtime exception:
Been trying to search for a solution, but no luck so far.
Thanks!
10 replies