Errors after installing
See original GitHub issueErrors after installing:
Severity Code Description Project File Line Suppression State
Error Can not resolve reference: `zxing.portable`, referenced by `ZXing.Net.Mobile.Forms`. Please add a NuGet package or assembly reference for `zxing.portable`, or remove the reference to `ZXing.Net.Mobile.Forms`. TicketReader.Android ```
```Severity Code Description Project File Line Suppression State
Error Can not resolve reference: `ZXingNetMobile`, referenced by `ZXing.Net.Mobile.Forms.Android`. Please add a NuGet package or assembly reference for `ZXingNetMobile`, or remove the reference to `ZXing.Net.Mobile.Forms.Android`. TicketReader.Android ```
```Severity Code Description Project File Line Suppression State
Error Can not resolve reference: `zxing.portable`, referenced by `ZXing.Net.Mobile.Forms`. Please add a NuGet package or assembly reference for `zxing.portable`, or remove the reference to `ZXing.Net.Mobile.Forms`. TicketReader.Android
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:10 (2 by maintainers)
Top Results From Across the Web
How to troubleshoot Windows Installer errors
Describes how to troubleshoot problems that occur when you install, uninstall, or upgrade a program on a Windows-based computer by using Windows Installer....
Read more >Get help with Windows upgrade and installation errors
See some of the most common upgrade and installation errors for Windows 10 and Windows 11, and what you can do to try...
Read more >Some common error received during or after installing ...
Some common error message received when using or installing the program applications. Error messages such as : - Dynamic link error at ....
Read more >If an error occurred while updating or installing macOS
If an error occurred while updating or installing macOS · Check your internet connection · Install in safe mode · Install after repairing...
Read more >How to fix fatal error during software installation
To resolve fatal error during software installation, follow the steps given below: · Remove files of earlier installations · Run the installation with ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I stumbled across this issue too, but managed to fix it. For anyone looking for a possible solution, pleas read on!
TLDR: Make sure you have installed
ZXing.Net.MobileANDZXing.Net.Mobile.Formsin ALL target projects and the netstandard project!So the problem is that MSBuild cannot find some .dlls which should be in the nupkg. The missing dlls are
zxing.portable.dllandZXingNetMobile.dll, and they come with theZXing.Net.Mobilepackage, which is actually referenced as dependency of the *.Forms package, but there seems to be a NuGet or MSBuild bug that prevents this from resolving.It Is Ok