You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: