Hi,
I have migrated the code from .NET 4.7.1 to ASP.netcore 6.0. I have updated the packages and necessary dlls. After everything is done I have ran into this one issue where I am not even using any Borders class anywhere in my code and have been throwing this issue and it does not even hit my controller and fails before itself.
ERROR:
The collection type '### MigraDocCore.DocumentObjectModel.Borders' is abstract, an interface, or is read only, and could not be instantiated and populated.
That is the only information i have to share.
I tried to find what parent class is it which is referring to this Borders class. And tried removing one by one and still have ran into same issue.
Any help is greatly appreciated.
Hi,
I have migrated the code from .NET 4.7.1 to ASP.netcore 6.0. I have updated the packages and necessary dlls. After everything is done I have ran into this one issue where I am not even using any Borders class anywhere in my code and have been throwing this issue and it does not even hit my controller and fails before itself.
ERROR:
The collection type '### MigraDocCore.DocumentObjectModel.Borders' is abstract, an interface, or is read only, and could not be instantiated and populated.
That is the only information i have to share.
I tried to find what parent class is it which is referring to this Borders class. And tried removing one by one and still have ran into same issue.
Any help is greatly appreciated.