turtlemaster
Programmer
Trying to create a simple message queueing applicating but I am getting error 429 activex control can't create object. I set the references to include mqoa.dll. I am running XP.
Dim qinfo As new MSMQQueueInfo
Dim q As MSMQQueue
Dim msg As MSMQMessage
qinfo.PathName = "PRIVATE$\test" -- Crashes on this line
I tried createobject just in case and the same error occurs.
Dim qinfo As new MSMQQueueInfo
Dim q As MSMQQueue
Dim msg As MSMQMessage
qinfo.PathName = "PRIVATE$\test" -- Crashes on this line
I tried createobject just in case and the same error occurs.