I am creating an instance of the LocalPrint server
However, all its methods throw an exeption
I had to add the system.printing reference directly from the dll in visual studio 2019
I am using netcore 5 , the method is in a class inside a class library project, and the method is invoked from a unit test project.
What do you think the problem is here?
Thanks in advance