Hey Folks,
I'm working on a file packager, and I though I'd use a resource only
assembly. It works fine but I'm currently Shelling out to use AL.exe.
I'd prefer to use Reflection.Emit. However
AssemblyBuilder.AddResourceFile(...) only links the file and does not
embed it as a resource.
Anyone know how I can embed the files instead?
Thanks in advance
Jan
William Wallace - 29 Jul 2005 00:05 GMT
Consider using a serializable class instead (Load the files to be packaged
into a collection the serialize it to a single file)

Signature
William Wallace
> Hey Folks,
>
[quoted text clipped - 9 lines]
> Thanks in advance
> Jan
Jan - 29 Jul 2005 11:31 GMT
Thanks William,
I know i'm doing the wrong thing building a resource assembly, i
suppose i'll just re-implement.
Thanks
Jan
Opposite - 01 Aug 2005 00:22 GMT
> Hey Folks,
>
[quoted text clipped - 9 lines]
> Thanks in advance
> Jan