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

Issue: The collection type 'MigraDocCore.DocumentObjectModel.Borders' is abstract, an interface, or is read only, and could not be instantiated and populated. #5

Open
kannalu16 opened this issue Jul 27, 2022 · 0 comments

Comments

@kannalu16
Copy link

kannalu16 commented Jul 27, 2022

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.

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

1 participant