MSMQ and .Net

AYamilsaroumumb

New Member
I'm trying to access the MSMQ through asp .net, when I try to import the messaging namespace, I receive an error, any advice or ideas would be greatly appreciated. I'm running msmq, on the 2000 server where the files are stored. <BR><BR>Line 7: Imports System.Messaging<BR><BR><BR>Namespace or type 'Messaging' for the Imports 'System.Messaging' cannot be found
 
Back
Top