Activity overview
Latest activity by John Goldsmith
Ok, so I'm going to answer my own question as I've now spotted that the docs for 'Resources Compression and Encryption' state that you can't use it with GetManifestResourceNames, which I am.
Interestingly, if you just loop through the array returned by GetManifestResourceNames then you end up with a single name (a GUID) of the compressed and encrypted resource. Well I suppose I understand the process better now [image]
I guess, on reflection (small pun intended), I'm really after encryption but not compression, or at least the means to 'lookup' encrypted resources by name.
Anyway, I hope that help anyone else looking at the feature.
Best regards
John / comments
Ok, so I'm going to answer my own question as I've now spotted that the docs for 'Resources Compression and Encryption' state that you can't use it with GetManifestResourceNames, which I am.
Intere...
Locate resources after Resources Compression and Encryption
Hi,
I'm trying to locate resources following checking 'Resources Compression and Encryption' (in SmartAssembly Professional 6.8.0.121) and while I can reach them by directly naming them, I'm unable...