Devex Ribbon control prevents applicetion start - entry point was not found
It does work开发者_如何学Python on some machine's but wold not start on other computers.
from the code line's I see the problem is related to devex components.
this is the message I get:
We have reviewed your old posts and here is what we have found:
It seems, you were asked about Delphi interop, but Delphi creates x86 applications. Also, it seems, that your application fails on x64 systems. Since, VS creates ANY CPU applications, this most likely the cause of the problem. Try to build the application in VS for x86 platform, this should fix the problem.
I fixed the problem by using gacutil -i to add the dll to the assembly cache.
精彩评论