Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using WebSphere MQ under .NET 4
Message
De
08/02/2011 21:37:25
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Produits tierce partie
Titre:
Using WebSphere MQ under .NET 4
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01499304
Message ID:
01499304
Vues:
195
I have WebSphere MQ 1.0.0.3. This is the file amqmdnet.dll. This is dated from December 13th, 2004. This component has been used in a previous version of .NET. Now, I need to plug that into our new version, which is under .NET 4. However, I have the feeling this is not compliant. Has anyone succeeded to use that version under .NET 4? Or, any suggestion on the download to be more up to date?

Because, when I do this:
        Dim loMQEnvironment As IBM.WMQ.MQEnvironment

        ' Define environment variables
        loMQEnvironment.Hostname = Trim(oApp.oAdmin.oRow("MQIP"))
        loMQEnvironment.Channel = Trim(oApp.oAdmin.oRow("MQChannel"))
        loMQEnvironment.Port = oApp.oAdmin.oRow("MQPort")
...it says some warnings such as:

"Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated."
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform