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 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
