I'd like to make sure that I'm distribution the correct version of DLL file along with my application.

How do I check whether the dll is a trial version or a full version?

asked 23 Nov '10, 17:44

Rebex%20KB's gravatar image

Rebex KB ♦♦
258519
accept rate: 63%

edited 13 Mar, 15:56

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310


  • Right click on dll file and select "Properties" from context menu
  • Switch to details tab
  • Check "File description"

DLLs from trial version have descriptions such us "Rebex SFTP for .NET - Trial Version"

alt text

DLLs from full version have description like such as "Rebex SFTP for .NET"

alt text

link

answered 23 Nov '10, 17:48

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310
accept rate: 37%

edited 29 Nov '11, 15:27

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×15
×14
×7

Asked: 23 Nov '10, 17:44

Seen: 769 times

Last updated: 13 Mar, 15:56