ElectronNET / electron.net-api-demos

Explore the Electron.NET APIs
MIT License
315 stars 79 forks source link

Missing namespaces #26

Closed julianadormon closed 1 year ago

julianadormon commented 3 years ago

Just downloaded solution and can't run demo because of the following errors: Build:Cannot find namespace 'SocketIO'. Build:Cannot find module 'exceljs' or its corresponding type declarations.

I downloaded the source code as a zip. Unpacked it and opened the solution in VS 2019. Then tried to build it.

lzb949838390 commented 2 years ago

Just downloaded solution and can't run demo because of the following errors: Build:Cannot find namespace 'SocketIO'. Build:Cannot find module 'exceljs' or its corresponding type declarations.

I downloaded the source code as a zip. Unpacked it and opened the solution in VS 2019. Then tried to build it.

I also encountered the same problem. How can I solve it?

JacobCaiC commented 2 years ago

npm install image

GregorBiswanger commented 1 year ago

🎉🚀 New Electron.NET version 23.6.1 released 🚀🎉

With native Electron 23 and .NET 6 support. Your problem should be fixed here. If you continue to have the problem, please let us know. Please note the correct updating of your API & CLI. Info in the README. Have fun!