Closed mc0re closed 9 months ago
Please post your whole project to troubleshoot the issue.
This one: https://github.com/mc0re/next-player (not yet upgraded on GitHub).
The project in question is PlayerActions
.
Thanks @mc0re, this was very helpful.
I see the project is using two nuget packages from the old NetOffice which actually bundle four different libraries.
The NetOfficeFw has a different structure of nuget packages.
I would suggest to use NuGet to first remove the NetOffice.PowerPoint and the NetOffice.Core packages. After that add the newest NetOfficeFw.PowerPoint using NuGet to correctly setup the project.
Here is a guide: https://netoffice.io/migrate-notice/
I did, and the result is posted as OP.
Okay, I did it again, and this time it worked. Probably, some caching issue in VS. Sorry for bothering.
You are welcome @mc0re. Happy coding.
When upgrading, I faced the following issue:
It's an old .NET Framework project. All references to
NetOffice
were replaced withNetOfficeFw
, so now the project includes the following:There is no package named
OfficeApi
. What am I missing?