Results 1 to 10 of 10

Thread: Generate QR code in Devexpress can't use lowercase ?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    519

    Generate QR code in Devexpress can't use lowercase ?

    Can't use lowercase letters in Devexpress to generate QR codes? Or is there a library called that can generate lowercase uppercase QR codes with less error ?

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Posts
    1,807

    Re: Generate QR code in Devexpress can't use lowercase ?

    Perhaps you should provide more information. Also, is this really C# related?

  3. #3
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,605

    Re: Generate QR code in Devexpress can't use lowercase ?

    I use messaging toolkit to create QR codes.

    https://www.nuget.org/packages/MessagingToolkit.QRCode
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    519

    Re: Generate QR code in Devexpress can't use lowercase ?

    Microsoft's visual studio has a QR code library? Devexpress is too heavy to run

  5. #5
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,605

    Re: Generate QR code in Devexpress can't use lowercase ?

    I don't think so, that's why tools exist. I posted one that is free and works OK above. I'm sure there are others.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    519

    Re: Generate QR code in Devexpress can't use lowercase ?

    I read the documentation on the https://www.e-iceblue.com/Knowledgeb...e.BarCode.html net and added the library using Spire.Barcode; into Visual Studio, but got the error below, do you know how to fix this error? library you see attached file https://www.mediafire.com/file/53zu0...rcode.dll/file

    warning error:

    The currently targeted framework ".NETFramework,Version=v4.0,Profile=Client" does not include "System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which the referenced assembly "Spire.Barcode, Version=1.2.5.21040, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL" depends on. This caused the referenced assembly to not resolve. To fix this, either (1) change the targeted framework for this project, or (2) remove the referenced assembly from the project.

  7. #7
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: Generate QR code in Devexpress can't use lowercase ?

    Quote Originally Posted by dong View Post
    do you know how to fix this error?
    Are you kidding? The error message that you copied and pasted specifically states "To fix this..." and then provides instructions. How about you read that and do what it says?

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    519

    Re: Generate QR code in Devexpress can't use lowercase ?

    I just copy the QR code generation library, follow the supplier's instructions with the link above, have you tried the documents I put above? you will understand

  9. #9
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: Generate QR code in Devexpress can't use lowercase ?

    I already understand and it's rich you pretending I don't. The error message tells you what the issue is (the Framework you're targeting doesn't include a required assembly) and what to do about it (target a Framework that includes that assembly). I'm not seeing what exactly is not to understand but you've managed it.

  10. #10

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    519

    Re: Generate QR code in Devexpress can't use lowercase ?

    When in code editing mode, the computer reported this error and it failed to run when pressing F5, I don't know how to fix this error, I'm looking for this error

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width