❔ 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!
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!
