开发者

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:

Devex Ribbon control prevents applicetion start - entry point was not found


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜