Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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 ...

  1. #1
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124

    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.


  2. #2
    ashlee is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    108
    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


Latest Article

Network Security Risk Assessment and Measurement

Read More...