Hello,
just downloaded the Trial of your Secure Mail component and want do use it from another software (ZennoPoster, an webautomation framework in C#). The problem is, when I try to add the reference to e.g. your Rebex.Networking.dll or Rebex.Smtp.dll I get the following error:
""Connection assembly to project"
Message: "System.ApplicationException: Could not load exported type data for assembly 'Rebex.Networking, Version=3.0.6249.0, Culture=neutral, PublicKeyToken=1c4638788972655d'. ---> System.IO.FileLoadException: Could not load file or assembly 'Rebex.Common, Version=2.0.6249.0, Culture=neutral, PublicKeyToken=1c4638788972655d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)
at System.Reflection.RuntimeAssembly.GetExportedTypes()
at #Rye.#eze..ctor(Assembly assembly, String assemblyFullName, String assemblyLocation, String cachePath, Boolean documentationEnabled)
--- End of inner exception stack trace ---
at #Rye.#eze..ctor(Assembly assembly, String assemblyFullName, String assemblyLocation, String cachePath, Boolean documentationEnabled)"
Referencing other .dlls e.g. Rebex.Common.dll or Rebex.Mail.dll works fine. Also when I add the .dlls to a VS2008 project all of them are working and I even tested to send out an email with SMTP via SSH and the email arrives at the recipient.
Would be great if you can help me out with this error.
Thank you!
Best,
Martin