我将一个参数传递给我的导航网址,传递的参数值必须在另一个页面中返回此值。 我在abc解决方案default.aspx.cs中有URL,我想导航到xyz解决方案sample.aspx
string InvestigationPageUrl = NavigationService.GetNavigationUrl(Investigation.Investigationpage, new DetailsParameters(CurrentParameters.ReceiptNumber));
Message_Panel.Summary = string.Format(Investigation.Investigation_message, InvestigationPageUrl);
无法与以下地址之一建立连接: [10.31.80.146:9098,10.31.80.146:9099];确保 "远程地址"配置元素包含地址和端口 正在运行的TcpAcceptor
BaseExceptionDetail:
netcom.Online.estimate.Framework.Instrumentation.Exceptions.CoherenceCacheProviderException: 无法与以下地址之一建立连接: [10.31.80.146:9098,10.31.80.146:9099];确保 "远程地址"配置元素包含地址和端口 正在运行的TcpAcceptor ---> Tangosol.Net.Messaging.ConnectionException:无法建立 连接到以下地址之一:[10.31.80.146:9098, 10.31.80.146:9099];确保"远程地址" configuration元素包含正在运行的TcpAcceptor的地址和端口 ---内部异常堆栈跟踪结束---