QR Lib Compilation Error in VS08
Posted April 19th, 2008 by akriotis.kyriakos
in
Hi,
Has anybody compiled successfully QR Lib in VS08 ? I get a compilation error in the QRCodeEncoder class :
Error 6 'ThoughtWorks.QRCode.Properties.Resources' does not contain a definition for 'GetResource' C:\Documents and Settings\predrag\Desktop\QRCode\QRCode\QRCodeLib\QRCodeEncoder.cs 453 72 QRCodeLib
It seems to be a combatibility error.
Thank u in advance.
Comments
I have the same problem, any
I have the same problem, any solution for this bug?
variant to fix
MemoryStream memoryStream = new MemoryStream( (byte[]) Resources.ResourceManager.GetObject(fileName));