Rebex

Skip to content, Skip to navigation




FAQ

Purchase And Licenses

Install And Setup

Trial Version

Support

Platforms

Samples


Purchase And Licenses

# Do we have to pay for each copy of our software we ship that includes your component?

No. The component is licensed per-developer, not per user. Once you have purchased a license for each of your developers who directly works with the component, you can redistribute the component DLLs with your application royalty free and to any number of end users.

Back to the top...


# Is your product royalty free?

Yes. You can ship the component DLLs with your product to any number of end users with no additional costs and with no need of additional licenses.

Back to the top...


# Do I need to contact you to get a license key for each developer or end user?

No, you don't need to contact us. The component you receive does not contain any limitations and can be used by a developer and an end user without the need of any keys. This also makes the so-called "xcopy deploy" possible.

Back to the top...


# How much does it cost in Euro?

We don't sell our components in Euro and the price in Euro depends on the current exchange rate. Today, the rate is something like this.

Back to the top...


# What options do I have if my company has a policy of not buying over the internet?

Different payment possibilities are described in How to order document. If there is not suitable option for you, please contact us.

Back to the top...


Install And Setup

# How do I install and use component?

Install the package into a folder of your choice and inspect the contents.

The bin folder contains both debug and release builds of the assembly and can be either used as an application-private assembly and deployed within the directory structure of your application, or installed into GAC as a shared assembly, which can be used by multiple applications on the machine. To use the component from your project in Visual Studio, just add a reference to it!

The manual is in docs folder and code samples are in samples folder.

Back to the top...


# How do I upgrade to a new version without having to recompile all the code?

Check out this upgrading HOWTO for more information.

Back to the top...


# How do I install the component into Global Assembly Cache (GAC)?

There are two ways:

  • Start .NET Framework Configuration Management Console (Start -> Settings -> Control Panel -> Administrative Tools -> Microsoft .NET Framework Configuration).

    Then select "Assembly Cache" and click "Add an Assembly to the Assembly Cache" to add Rebex.Net.*.dll into GAC.
  • Use the gacutil command line utility. It can be usually found in Microsoft.NET\Framework\v1.*.* subfolder of the Windows folder or inside the .NET Framework SDK tree.

    See the .NET Framework SDK documentation for a full description of the options supported by gacutil.

Back to the top...


Trial Version

# How do I register the trial version?

When you buy Rebex Time, you will receive an email with your login and password to a protected section of our website, where you can download the full version of the component.

Back to the top...  | More info...


# How do I upgrade from trial version to full version when I already bought the component?

First of all, you need to download the full version of your component. You can download the latest releases from the protected section of our website.

Steps to upgrade your component in your project:

  1. Remove the reference to the trial version dlls in your project.
  2. Replace trial version dlls with the full version dlls.
  3. Add reference to the new dll files to your project.
  4. Recompile your project.

Back to the top...


# How do I determine whether my DLL is a trial or full version?

To check which version your are actually using try to locate Rebex.*.dll on your disk (typically somewhere under C:\Program Files\Rebex\ or in your project folder), lookup it’s properties and check the "Version" tab (or "Details" in Windows Vista).

If the DLL is a trial version, you'll find "Trial Version" at the end of the "Description:" (or "File description" in Windows Vista) string. If the "trial version" text is missing, it's a full version DLL.

Back to the top...


Support

# What do I need to do to get upgrades or bug fixes?

If you have bought component, you can download the latest releases from the protected section of our website. You will also receive an email when a new version is released.

When you report a bug, it gets fixed as soon as we are able to identify and correct it. After the new version is tested, it appears in the protected section and a new trial version gets released as well.

Back to the top...


# What kind of support do you offer?

Email (support@rebex.net) and online forum (forum.rebex.net support is available to everyone.

Registered users with active support contract can also use a phone support (contact).

Back to the top...


Platforms

# Does it work with the .NET Compact Framework?

Yes, the .NET Compact Framework version is available.

Back to the top...


# I get an exception when running Rebex Time in Visual Studio's device emulator. Why?

By default, network is not enabled in Visual Studio 2005 ad 2008's device emulator. To make it work, please follow our Configure Network in Windows Mobile / PocketPC Device Emulator guide.

Back to the top...


Samples

# Do you have any examples on .......?

See the list of our free samples!

If what you need is missing, please let us know. We are constantly improving the existing samples and writing new ones.

Back to the top...