QRCode 0.2.0 Generate (QR) Quick Response Codes

Generate (QR) Quick Response Codes if you get Error while (i2 < maxDataCodewords) Line 676: { Line 677: rsTemp[rsBlockNumber][j] = codewords[i2]; That means that Resource folder was inaccessible. go to c:\inetpub\wwwroot{OrchardFolder}\Modules\QRCode\Helpers\QRCodeMaker.cs open with notepad and hardcode (i know , i know ...) the path in function (should be first in class QRCodeMaker) public string GetPath() { ... if (File.Exists(path + "aaa.txt")) return path; else { return "c:\inetpub\wwwroot\inspra\Resources\"; // replace this line with your path to Resources folder. } }