question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Errors after installing

See original GitHub issue

Errors 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

43reactions
bruzkovskycommented, Nov 21, 2018

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.Mobile AND ZXing.Net.Mobile.Forms in 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.dll and ZXingNetMobile.dll, and they come with the ZXing.Net.Mobile package, 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.

1reaction
kmkart2000commented, Jun 30, 2019

It Is Ok

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found