Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Error reading MSMQ

Error reading MSMQ

Scheduled Pinned Locked Moved C#
data-structureshelp
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    ramdil
    wrote on last edited by
    #1

    Hi I have a application which creates a message queue and then recieves the message in it.when i create a test application it was working fine,now when i change this to a webservice its showing me an error which i logged in log file ,the error is as following queue doesnt exists or you do not have permission to perform the operation.Is it anything related with rights. Actually the queue need to be created programmatically but it also not working.so i created it manually but also above error comes..why is it coming Thanks in advance

    Regards DilipRam

    P 1 Reply Last reply
    0
    • R ramdil

      Hi I have a application which creates a message queue and then recieves the message in it.when i create a test application it was working fine,now when i change this to a webservice its showing me an error which i logged in log file ,the error is as following queue doesnt exists or you do not have permission to perform the operation.Is it anything related with rights. Actually the queue need to be created programmatically but it also not working.so i created it manually but also above error comes..why is it coming Thanks in advance

      Regards DilipRam

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      The web service will be running under the heavily curtailed permissions of the ASPNET worker process. You need to grant access to this user for the queue.

      Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.

      R 1 Reply Last reply
      0
      • P Pete OHanlon

        The web service will be running under the heavily curtailed permissions of the ASPNET worker process. You need to grant access to this user for the queue.

        Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.

        R Offline
        R Offline
        ramdil
        wrote on last edited by
        #3

        Thanks for the reply.the user which i am using is the administrator of that machine.Is there i need to specifically do for the rights..if so can you pls give me the steps for that Thanks in advance

        Regards DilipRam

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups