tags:

views:

17

answers:

1

Hello

Is there any utility available which does the inverse job as the al.exe ?

i.e converts a Myresource.resources.dll ---> Myresource.resources file ??

Regards Srivatsa

A: 

.Net Reflector can do this. Open the Myresource.resources.dll file, browse to Resources / Myresource.resources and select "Save as..." from the context menu.

Taneli Waltari