Ja Ca Posted February 12, 2021 Share Posted February 12, 2021 I have a C# application that I'm trying to deploy an TIBCO EMS solution to a Windows Server. Evrythig works fine on my developemnt Win10 machine (x64) but I installed the CE version locally so maybe that included more dependencies locally than just the TIBCO.EMS.DLL. I'm getting: "could not load file or assembly 'TIBCO.EMS, Version=1.0.85.4' or one of its dependencies I've copied the TIBCO.EMS.DLL to the executable directory but arethere any other dependencies that need to be included on the Windows Server executable disrectory Is there some sort of redistributable for the TIBCO.EMS.DLL What am I missing. Link to comment Share on other sites More sharing options...
Iosif A. Posted July 8, 2021 Share Posted July 8, 2021 I have the same problem. I develop on my Window 10 machine (x64) and when i deploy it on a Windows Server 2016 I encounter the same error. I copied all the libraries TIBCO.EMS.* and I still get the error. I even installed the TIBCO CE on the Windows Server 2016 and I still get the same error. Does someone has a workaround for this issue What am I missing Please help. Link to comment Share on other sites More sharing options...
Richard Flather Posted July 8, 2021 Share Posted July 8, 2021 Hi, Did you read through the Intallation Guide and Release notes for EMS 8.6 The EMS .NET client library files TIBCO.EMS.dll, TIBCO.EMS.ADMIN.dll and TIBCO.EMS.UFO.dll are now built to the .NET Standard 2.0 specification. During installation, several DLL les are installed in the global assembly cache: TIBCO.EMS.DLL TIBCO.EMS.ADMIN.DLL TIBCO.EMS.UFO.DLL Ensure you installed with admin privleges, and the DLL are indeed in the GAC. Link to comment Share on other sites More sharing options...
Iosif A. Posted July 9, 2021 Share Posted July 9, 2021 We are using the TIBCO.EMS library in a web site hosted under IIS. Our app pool runs under a GMSA account and has the "Enable 32 bit applications" flag set to true. If Iset this to "False" the website works and the assembly is loaded correctly. Where can I download the 32 bits version of the TIBCO.EMS library Link to comment Share on other sites More sharing options...
Richard Flather Posted July 9, 2021 Share Posted July 9, 2021 Current version of of EMS only support 64 bit on all platforms. I beleive 8.4 (out of support) was the last version to support 32 bit on Windows. Please check the EMS readme for the specific version on docs.tibco.com to see what platforms are supported. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now