More information is needed.
- What language are you using?
- What function is throwing this exception?
- What is being passed tot the function?
- What version of TurboActivate are you using?
Hello,
A few of our clients are getting this error when activating:Method not found 'Int32 system.runtime.interopservices.marshal.sizeof(!!0)
What is that problem ?
More information is needed.
Can you copy & paste the full exception? It sounds like you might be passing a null string and that's crashing it.
That's not the full exception by a long shot. Anyway, it sounds like you're passing null strings. Don't do that. If you want to activate without extra data then use Activate().
It turns out null and empty strings work fine. I don't know what's wrong. Is the customer using some "off-market" .NET Framework like Mono? Can you reproduce this error?
If you give us more information we can help you.
Can you reproduce this error? If so, how.