S
Sam Schutte
Hello,
I have a project I'm working on where I have to make a small change to
an IL file, then recompile it to put it on the client workstation.
Problem is, when I decompile the DLL using ILDASM, it spits out 5
resource files (.res, .resources), as well as the .il file. When I
try to rebuild the DLL with ILASM, it states (in the help) that you
can only specify one resource file at a time. How do I add all 5 of
these resource files to the final DLL? I've tried running it with
each resource file, but then it fails to write the output file...any
hints?
s.
I have a project I'm working on where I have to make a small change to
an IL file, then recompile it to put it on the client workstation.
Problem is, when I decompile the DLL using ILDASM, it spits out 5
resource files (.res, .resources), as well as the .il file. When I
try to rebuild the DLL with ILASM, it states (in the help) that you
can only specify one resource file at a time. How do I add all 5 of
these resource files to the final DLL? I've tried running it with
each resource file, but then it fails to write the output file...any
hints?
s.