0 votes
by (250 points)

Hi,

i'm avaluating your Rebex Http component and get the following exception:

Additional information: Could not load type 'Rebex.HM' from assembly 'Rebex.Common, Version=2.0.6249.0, Culture=neutral, PublicKeyToken=1c4638788972655d'.

at:

var creator = new HttpRequestCreator();

Its a simple WinForms app for WIndows desktop .NET Client 4.0.

Regards
Martin

1 Answer

0 votes
by (70.2k points)
selected by
 
Best answer

This seems to be a limitation of our installation process.

When you combine Full assemblies and Trial assemblies, the Trial ones will throw the mentioned exception.

The workaround is to install Full and Trial assemblies into separate folders e.g.:

  • "c:\Program Files (x86)\Rebex Components 2017 R1" for Full assemblies
  • "c:\Program Files (x86)\Rebex Components 2017 R1 Trial" for Trial assemblies
by (250 points)
Okay that worked out :-)

Any plans for supporting "AllowWriteStreamBuffering" or "SendChunked" properties?

Regards
Martin
by (144k points)
The issue with trial/full assemblies has been fixed in 2017 R3 (http://www.rebex.net/total-pack/history.aspx#2017R3).

Adding support for write stream buffering is on our list of important future enhancements, but it's not near the top of the list yet.
by (144k points)
Support for "AllowWriteStreamBuffering" and "SendChunked" properties has been added in 2017 R6.2:
https://www.rebex.net/total-pack/history.aspx#2017R6.2
...