Creating a custom ramscustom.dll

Creating a custom ramscustom.dll

  1. Copy the entire
    Custom
    folder, including all subdirectories, to the local hard drive, leaving the structure intact.
    The following files are contained in the
    Custom
    folder:
    • RANSCustom.sln
      A Microsoft Visual Studio solution file.
    • RAMSCustom.csproj
      A Microsoft Visual Studio project file.
    • RAMSCustom.cs
    • RAMSCustom.snk
    • AssemblyInfo.cs
  2. Open
    RAMSCustom.sln
    in Microsoft Visual Studio.
  3. Modify the code in
    RAMSCustom.cs
    as needed.
  4. Ensure the build target is set to
    Release
    , then build the solution, which will generate
    RAMSCustom.dll
    .
  5. Rename the original version of
    RAMSCustom.dll
    located in the
    Program Files (x86)\Rockwell Software\Batch\bin
    , then copy the new
    RAMSCusotm.dll
    to this location.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal