You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Zxing with ASP MVC / VB.net
Unfortunatelly is not possible to use this : <script src="https://cdn.jsdelivr.net/npm/@zxing/library@latest"></script>. because in vb.net view @zing looks like a namespace.
Is it possible to use a locally script like this : <script src="/scripts/zxing-library.min.js"></script>
If is possible, where can it be downloaded?
If not, how can I solve the problem to use Zxing in this enviroment?
Thanks
ASM
The text was updated successfully, but these errors were encountered:
I am trying to use Zxing with ASP MVC / VB.net
Unfortunatelly is not possible to use this : <script src="https://cdn.jsdelivr.net/npm/@zxing/library@latest"></script>. because in vb.net view @zing looks like a namespace.
Is it possible to use a locally script like this : <script src="/scripts/zxing-library.min.js"></script>
If is possible, where can it be downloaded?
If not, how can I solve the problem to use Zxing in this enviroment?
Thanks
ASM
The text was updated successfully, but these errors were encountered: