0 votes
by (120 points)

Custom PXA270 on CE 6 R3 image.

File or assembly name 'Rebex.Http, Version=5.0.8813.0, Culture=neutral, PublicKeyToken=1C4638788972655D', or one of its dependencies, was not found.

I'm assuming there is a Windows CE component I'm missing in the PB config. The Rebex HTTPS documentation states no dependencies beyond 'Windows' and .NET, but there is obviously something needed.

Applies to: Rebex HTTPS

1 Answer

0 votes
by (147k points)

This error occurred due to a missing .NET assembly. Missing Windows CE component (such as missing cryptographic provider) would cause a different kind of error.

Rebex.Http assembly depends on Rebex.Networking, Rebex.Common, and on assemblies provided by .NET Compact Framework 3.5. Please make sure that:

  • .NET Compact Framework 3.5 is installed (.NET CF 2.0 is not supported).
  • You have deployed all of these assemblies with our application.
  • You are indeed using assemblies targeting .NET CF 3.5 (and not .NET CF 3.9, for example).
...