.Net 2005 (VB), XP, XCeedCry1.1 encryption library. Developing a service (not an application):
Load Xceed encryption library v1.1 COM. At buid time, I receive 49 warnings*, all about arguments not marshalled**. As warnings, I can live with that, but the created service wont start. Any clue will be appreciatted.
Sincerely,
Grenville Tryon
*First 3 one warnings:
IXCeedHashing.FromString
IXCeedHashData.Process
IXCeedHashData.Revert
...
**At least one of the arguments for 'XXX' can not be marshaled by the runtime marshaler. Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.