ibm mq - Websphere MQ Client ver 9.0 compatibility with .NET framework -
we using mq client ver 7.5.0.5 (64 bit), want migrate ver 9.0(64 bit). downloaded installer here.
with said, ask below:
- app compiled against ver 7.5.0.5; enable app work ver. 9.0 mq client installation need compiled against 9.0.?
- mq client ver. 7.5.0.5 works .net framework 4.0. guess mq client ver. 9.0. works .net framework 4.0, right?
- i searched ibm site, didn't pages explaining above compatibility info. might have not found if pages explaining above. if know, give link?
i think asking .net apps, answer expands on that, things c applications, should work.
when compile against 7505, build in dependency on 7.5.0.5 version of amqmdnet example. mq ships policy files indicate newer versions or fix packs support functionality of one, , hence should run without change on v9
yes, mq supports .net framework 4 same 7.5.0.5 , should work seamlessly, assuming worked @ 7.5
as example ran 7.5 simpleput.exe sample against v9 primary install , worked. (although looks sample built pre-.net 4, dont have .net 4 sample built against 7.5 hand)
to confirm linked against 7.5.0.5 (bear in mind older pre-7.1 releases have 1.0.0.3 version), can use ildasm.exe simpleput.exe, in manifest: .assembly extern amqmdnet { : .ver 7:5:0:5 }
in gac have policy file: gacutil /l | findstr /i amqmdnet policy.7.5.amqmdnet, version=9.0.0.0, culture=neutral, ....
i dont know of compatibility document other mq statement of operating environments (soe) stating support .net 4.
Comments
Post a Comment