Click or drag to resize
Troubleshooting

This document lists solutions to commonly-encountered problems.

The sample application crashes after launch

Make sure you have replaced the application key with your own application key you can obtain from your Scandit account.

The compiler outputs "The type or namespace name 'WinRTContainer' could not be found

If you are getting and error similar to this when compiling the BarcodeScannerWin8:

The type or namespace name 'WinRTContainer' could not be found (are you missing a using directive or an assembly reference?)
Uninstall and install the Caliburn.Micro NuGet package from the solution. This will resolve the missing assembly reference error. Right-click on solution, select "Manage NuGet Packages..." and open the Installed tab to remove Caliburn.Micro from the list of installed packages. Then reinstall the package by downloading it again from the nuget package repository.