Yes and asp.net + window apps + services read and write to these queues until something happens and it stops working (under asp.net only). It still works from the other apps. There are no errors in the event logs and I do not know how to read msmq.log (and whether there will be anything usefull in msmq.log).
Thanks for the response. P.s. Have tried things like looking at the versions of the assemblies that are loaded (fuslogvw) thought that there were reference problems. Could not find any. The same architecture was used on a different project (same code, different namespace) that project has been running for over a year like that with no error like this. P.S. 2 sometimes it breaks msmq completely and it does not work from anywhere including the mmc and it cannot start the Message Queue service either. That does not happen as frequently though. Lats P.S. msmq is setup as independent client, not using active directory (although on some machines that are experiencing the same problem it is setup to use active directory. And the queues are Private. -----Original Message----- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Streno, Robert Sent: 21 August 2003 05:15 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Message queing not installed message, when it is installed and working for windows apps Silly question--- is MSMQ installed on your development machine? -----Original Message----- From: Aakil Omar [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 9:42 AM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Message queing not installed message, when it is installed and working for windows apps Hope someone else has experienced this (we have unsuccessfull so far in finding any reference to this on the web). The scenario is as follow asp.net application that calls serviced components that in turn try to put a message on MSMQ. The exact same code used to work in a different web project (for more than a year). We are re-using some of the old code and it works initially then without any changes the web page comes up with "Message Queuing has not been installed on this computer" Here is the stack trace Stack Trace: [InvalidOperationException: Message Queuing has not been installed on this computer.] System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +264 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +877 DNAIT.Security.Business.cUserLogon.UserLogin(String userName, String password) DNAIT.Security.Business.cSecurity.LoginUser(String Username, String Password) DNAIT.DEAWeb.Login.btnLogin_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\deaweb\login.aspx.cs:60 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.Rai sePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1277 any pointers will be extrememely helpful. When this happens windows apps can still put messages on the queues but any asp.net cannot (whether directly or via a com+ component) In some instances one can not access the queues from anywhere including the mmc. The only way we have been able to get the queues working again is to uninstall and reinstall msmq apply SP and then one can use msmq again from asp.net. Sorry about the long message, pleeeeease help. Thank you Aakil Omar DNA-IT +27 (0)861 362 362 www.dna-it.com [EMAIL PROTECTED] =================================== This list is hosted by DevelopMentor(r) http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days of ASP.NET, 29 Sept 2003, in Redmond http://www.develop.com/courses/2daspdotnet Guerrilla ASP.NET, 13 Oct 2003, in Boston http://www.develop.com/courses/gaspdotnet View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorR http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days of ASP.NET, 29 Sept 2003, in Redmond http://www.develop.com/courses/2daspdotnet Guerrilla ASP.NET, 13 Oct 2003, in Boston http://www.develop.com/courses/gaspdotnet View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor� http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days of ASP.NET, 29 Sept 2003, in Redmond http://www.develop.com/courses/2daspdotnet Guerrilla ASP.NET, 13 Oct 2003, in Boston http://www.develop.com/courses/gaspdotnet View archives and manage your subscription(s) at http://discuss.develop.com
