All I have is a Tibco.EMS.dll, what else do I need? [closed]

别来无恙 提交于 2019-12-22 13:54:08

问题


All I have is a Tibco.EMS.dll version 5.1.4.0 for .NET, what else do I need?

Anyone know where I can download a manual?

Do I need anything else like like other DLLs or config files?

Any help would be appreciated.

Thanks


回答1:


It all depends on what you are trying to do. We also have the Tibco TEMS DLL which is the WCF extensions for EMS. This allows you to configure you endpoints directly in Web.config file of your hosted service or in the app.config of you app.

If you have a tibco login you can log into http://download.tibco.com and download the documentation (Release notes code examples etc) if you want just documentation on usage you can probably go to https://docs.tibco.com/




回答2:


1) TIBCO EMS Server should be installed for you to communicate with. + TIBCO Runtime should be installed. 2) For my c# client TIBCO.EMS dll is enough, nothing else.




回答3:


Your question is not precise at all about what you are trying to do, or what you expect from your dll.

But, if you have a dll (supposing you trust the origin of it), why don't you add it to a project references, and try to discover what classes and methods this file offers you?



来源:https://stackoverflow.com/questions/3803536/all-i-have-is-a-tibco-ems-dll-what-else-do-i-need

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!