
- Forum
- Programming Talk
- Microsoft .NET
- How to create
How to create
This is a discussion on How to create within the Microsoft .NET forums, part of the Programming Talk category; I have a resource file named as Strings.resources and I want to create a resource only assemble. I am new ...
-
How to create
I have a resource file named as Strings.resources and I want to create a resource only assemble. I am new to this process. Kindly someone tell me the command or process I can use to create the assembly.
-
You have specified you have the resource file named as Strings.resources and you want to create a resource only assembly. For creating the assembly you can use the below command:
al /out:HelloWorldStrings.resources.dll/linkresource:HelloWorldStrings.resources

Reply With Quote





