Resource File Related

  • Thread starter Thread starter Atul
  • Start date Start date
A

Atul

Hi,
I have .NET 2003 installed on windows 2003 server.

I have a resource file named as myresource.resource. I wanted to convert it
into a dll file. How can I do it?
Thanks for the help in advance.
 
I found the solution. What I did:

..NET Command Prompt application working folder>al
/out:myresource.resource.dll /embed:myresource.resource

Thanks
Atul
 
Back
Top