Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using WebSphere MQ under .NET 4
Message
From
08/02/2011 21:37:25
 
 
To
All
General information
Forum:
ASP.NET
Category:
Third party products
Title:
Using WebSphere MQ under .NET 4
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01499304
Message ID:
01499304
Views:
194
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
Next
Reply
Map
View

Click here to load this message in the networking platform