.NET StockTrader Sample Application ForumDiscuss this end-to-end sample application that illustrates WCF and .NET Enterprise Technologies © 2009 Microsoft Corporation. All rights reserved.Thu, 26 Nov 2009 10:18:02 Z69f9baff-5097-473f-823e-a6097c70c97ehttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/d29df81d-bdf5-4d67-b3f2-e078be046933http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/d29df81d-bdf5-4d67-b3f2-e078be046933Rajib Mandalhttp://social.msdn.microsoft.com/Profile/en-US/?user=Rajib%20MandalC# listner application<p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-size:small;font-family:Calibri">I have a desktop application in developed in C++. This queries and updates a Global distribution database by calling services.</span><span style="font-size:small;font-family:Calibri"> </span></p> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-size:small;font-family:Calibri">Can I have a listener on the user desktop which can track the key strokes on the desktop application and on a certain key stroke on the desktop application should be able to get the unique identifier of the data, open another application, query the database and display information for that unique id.</span></p>Thu, 26 Nov 2009 10:18:02 Z2009-11-26T10:18:02Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/906b72ef-82ac-48bf-98d1-f013d2f22fa5http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/906b72ef-82ac-48bf-98d1-f013d2f22fa5Bobby Edgar - AutomatedQAhttp://social.msdn.microsoft.com/Profile/en-US/?user=Bobby%20Edgar%20-%20AutomatedQAAutomatically Connect to ServiceIs there a way to have the WPF client automatically connect to one of the web services? I'd like to have it automatically connect to the TradeServiceWCF.svc, without having to click the Connect button on the config tab.<br/> <br/> Thanks!<br/> <br/>Mon, 23 Nov 2009 14:50:50 Z2009-11-23T14:50:50Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/fa433044-52f0-4ee1-b390-220c484b5e0chttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/fa433044-52f0-4ee1-b390-220c484b5e0cjknohttp://social.msdn.microsoft.com/Profile/en-US/?user=jknoWill service configuration be part of VS2010 release?Will service configuration be part of coming VS2010 release?Wed, 18 Nov 2009 14:35:02 Z2009-11-19T22:34:09Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/9022094c-3351-4492-bb2a-c431c0fcc8f2http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/9022094c-3351-4492-bb2a-c431c0fcc8f2jknohttp://social.msdn.microsoft.com/Profile/en-US/?user=jknoConstantIs ConfigUtility.HOSTING_ENVIRONMENT_CONSOLE correct in following code <br/>----------------------------------------------------   <br/>     public virtual void startNTService(object theSettingsInstance, object theConfigurationService, object theNodeService, object theNodeDcService, object theConfigurationActions, List&lt;ServiceHostInfo&gt; theStartList, EndPointBehaviors theEndpointBehaviors, object[] theConnectedServiceContracts)<br/>        {<br/>            try<br/>            {<br/>                settingsInstance = theSettingsInstance;<br/>                //This is the key call that will startup all services defined in the repository, including the configuration and node services, as well as the SimpleService (custom sample service).<br/>                masterHost = new ServiceConfigHelper.MasterServiceSelfHost(ConfigUtility.HOSTING_ENVIRONMENT_CONSOLE, theSettingsInstance, theConfigurationService, theNodeService, theNodeDcService, theConfigurationActions, theStartList, theEndpointBehaviors, theConnectedServiceContracts, null);<br/>                hostNameIdentifier = (string)ConfigUtility.reflectGetField(settingsInstance, &quot;HOST_NAME_IDENTIFIER&quot;);<br/>                configNameIdentifier = (string)ConfigUtility.reflectGetField(settingsInstance, &quot;CONFIG_SERVICENAME_IDENTIFIER&quot;);<br/>                ConfigUtility.writeConsoleMessage(&quot;\nCalling PostInitProcedure...\n\n&quot;, EventLogEntryType.Information, true, settingsInstance);<br/>                PostInitProcedure(&quot;\nThe Service Host has Been Successfully Started!\n&quot; + &quot;Status: &quot; + started.ToString());<br/>                started = true;<br/>            }<br/>            catch (Exception e)<br/>            {<br/>                ConfigUtility.writeConsoleMessage(&quot;\nException Starting NT Service Service Host Process!  \n\n &quot; + e.ToString(), EventLogEntryType.Error, true, settingsInstance);<br/>                return;<br/>            }<br/>        }Tue, 10 Nov 2009 19:09:54 Z2009-11-19T17:50:37Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/2548f6a7-e8b9-401c-bae0-a74f157bef9ehttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/2548f6a7-e8b9-401c-bae0-a74f157bef9ejknohttp://social.msdn.microsoft.com/Profile/en-US/?user=jknoConfiguration Service in productionConfiguration Service seems really nice. If you have it in production, please share your experiences and context (binding types and WCF host environment). Thanks!Wed, 18 Nov 2009 22:05:17 Z2009-11-18T22:05:19Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/1938f715-3ff3-4ae7-b327-936d8f5d9b11http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/1938f715-3ff3-4ae7-b327-936d8f5d9b11Morristownhttp://social.msdn.microsoft.com/Profile/en-US/?user=MorristownPlease also include the installation projectGreat job creating the real world app! It is very useful for learning and would be even more useful to include the install project as well... Is this possible at all?Tue, 17 Nov 2009 17:07:23 Z2009-11-17T17:07:23Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/217d22ac-4800-4da0-80b0-6735657ad31ehttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/217d22ac-4800-4da0-80b0-6735657ad31ekrunal89http://social.msdn.microsoft.com/Profile/en-US/?user=krunal89how to create reminder type application in vb.net2008i want to make reminder type that display the next months due dates &amp; even birthday of saved date of birth in database in access any one please help me?Mon, 16 Nov 2009 11:06:43 Z2009-11-16T11:06:44Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/c2a91fd2-575a-48fa-860b-b951d927135dhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/c2a91fd2-575a-48fa-860b-b951d927135djansimohanhttp://social.msdn.microsoft.com/Profile/en-US/?user=jansimohanDataGrid not getting populated with values<p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'" lang=EN-US>Hi All,</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'" lang=EN-US>I'm using a third party Grid control which is not getting populated with the data available in dataset and the grid contents are shown as blank. Also a red cross is displayed inside the grid control. </span><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'" lang=EN-US>But the Grid control is scrollable (like it has the rows populated). The application which I’m using is multi-threaded.</span></p> <p><span style="font-size:8pt;color:black;font-family:'Verdana','sans-serif'" lang=EN-US>Please help me out in solve this problem.</span></p> <p>Thanks<br/>Jansi</p>Fri, 13 Nov 2009 08:01:27 Z2009-11-13T08:01:28Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/ccd69e58-8898-4c2b-811d-1caff3aac640http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/ccd69e58-8898-4c2b-811d-1caff3aac640Giri12http://social.msdn.microsoft.com/Profile/en-US/?user=Giri12Getting blank row in the data grid HI every one,<br><br>I am using some third party grid with the data binding to a dataset. The row in the dataset getting update that will reflect on the grid, some times the data row in the grid comes blank with the error message.<br><br>Object reference not set to an instance of an object.   at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)<br>   at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)<br>   at Janus.Windows.GridEX.Data.JNSBU.Invoke(Delegate method, Object[] methodParams)<br>   at Janus.Data.TableListHolderRow.a(Object , ListChangedEventArgs )<br>   at System.ComponentModel.ListChangedEventHandler.Invoke(Object sender, ListChangedEventArgs e)<br>   at System.Data.DataView.OnListChanged(ListChangedEventArgs e)<br>   at System.Data.DataView.IndexListChanged(Object sender, ListChangedEventArgs e)<br>   at System.Data.DataView.IndexListChangedInternal(ListChangedEventArgs e)<br>   at System.Data.DataViewListener.IndexListChanged(ListChangedEventArgs e)<br>   at System.Data.Index.&lt;OnListChanged&gt;b__2(DataViewListener listener, ListChangedEventArgs args, Boolean arg2, Boolean arg3)<br>   at System.Data.Listeners`1.Notify[T1,T2,T3](T1 arg1, T2 arg2, T3 arg3, Action`4 action)<br>   at System.Data.Index.OnListChanged(ListChangedEventArgs e)<br>   at System.Data.Index.OnListChanged(ListChangedType changedType, Int32 index)<br>   at System.Data.Index.InsertRecord(Int32 record, Boolean fireEvent)<br>   at System.Data.Index.ApplyChangeAction(Int32 record, Int32 action, Int32 changeRecord)<br>   at System.Data.DataTable.RecordStateChanged(Int32 record1, DataViewRowState oldState1, DataViewRowState newState1, Int32 record2, DataViewRowState oldState2, DataViewRowState newState2)<br>   at System.Data.DataTable.SetNewRecordWorker(DataRow row, Int32 proposedRecord, DataRowAction action, Boolean isInMerge, Int32 position, Boolean fireEvent, Exception&amp; deferredException)<br>   at System.Data.DataTable.InsertRow(DataRow row, Int32 proposedID, Int32 pos, Boolean fireEvent)<br>   at System.Data.DataRowCollection.Add(DataRow row)<br>   at TradeCompanion.UpdateUI.AddRow(DataRow r, Int32 index, DataSet&amp; dsSpotPosition) in D:\Scalper\Local_SVN21\trunk\source\TradeCompanion\TradeCompanion_BGC\UpdataUI.vb:line 79<br>   at TradeCompanion.UpdateUI.UpdateDSSpotPosition(DataRow r, DataSet&amp; dsSpotPosition) in D:\Scalper\Local_SVN21\trunk\source\TradeCompanion\TradeCompanion_BGC\UpdataUI.vb:line 25<br><br><br>Thanks<br>-gireesh<br><hr class="sig">gireeshFri, 13 Mar 2009 11:00:45 Z2009-11-13T06:32:43Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/edf13ff0-d39d-450c-a7dd-59f8ef6eafd9http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/edf13ff0-d39d-450c-a7dd-59f8ef6eafd9jknohttp://social.msdn.microsoft.com/Profile/en-US/?user=jknoWhat does this exception mean?<span style="font-size:xx-small"> <p>WCF hosted in Windows Service. Got exception when adding end point to primary service:<br/><br/>Exception Restarting Host: xxx<br/>Exception: System.ArgumentException: This collection already contains an address with scheme http. There can be at most one address per scheme in this collection.</p> <p>Parameter name: item</p> <p>at System.ServiceModel.UriSchemeKeyedCollection.InsertItem(Int32 index, Uri item)</p> <p>at System.Collections.Generic.SynchronizedCollection`1.Add(T item)</p> <p>at System.ServiceModel.ServiceHostBase.AddBaseAddress(Uri baseAddress)</p> <p>at System.ServiceModel.ServiceHostBase.LoadConfigurationSectionHelper(Uri baseAddress)</p> <p>at System.ServiceModel.Description.ConfigLoader.LoadHostConfig(ServiceElement serviceElement, ServiceHostBase host, Action`1 addBaseAddress)</p> <p>at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(ServiceHostBase host, ServiceDescription description, ServiceElement serviceElement, Action`1 addBaseAddress)</p> <p>at System.ServiceModel.ServiceHostBase.LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, ServiceElement serviceSection)</p> <p>at System.ServiceModel.ServiceHostBase.LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, String configurationName)</p> <p>at System.ServiceModel.ServiceHostBase.ApplyConfiguration()</p> <p>at ConfigService.ServiceConfigurationHelper.SelfDescribingServiceHostPrimaryBase.ApplyConfiguration()</p> <p>at System.ServiceModel.ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection baseAddresses)</p> <p>at System.ServiceModel.ServiceHost.InitializeDescription(Type serviceType, UriSchemeKeyedCollection baseAddresses)</p> <p>at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses)</p> <p>at ConfigService.ServiceConfigurationHelper.SelfDescribingServiceHostPrimaryBase..ctor(Type serviceType, Uri[] baseAddresses)</p> <p>at ConfigService.ServiceConfigurationHelper.SelfDescribingServiceHostPrimaryBase.SelfDescribingServiceHostPrimaryBaseInit(Object settingsInstance, Int32 serviceHostID)</p> <p>at ConfigService.ServiceConfigurationHelper.ServiceConfigHelper.MasterServiceSelfHost.StartThreadProc(Object stateInfo)</p> <p>For more information, see Help and Support Center at</p> </span><br/><br/>Tue, 10 Nov 2009 21:04:26 Z2009-11-12T19:18:53Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/4b349cb8-585e-4424-9f4d-cb185cfba1bahttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/4b349cb8-585e-4424-9f4d-cb185cfba1baSKBGhttp://social.msdn.microsoft.com/Profile/en-US/?user=SKBGConfig Services and ESB<p>Hi Greg!</p> <p align=left> </p> <p align=left>It's been a long time since we discussed on the road-ahead for Config-Svcs. I'm sure you have some plans already on this. Anyway, I was just thinking - now that you have given us a platform to create and host SERVICES that integrate within or across n/w's over standard protocols and be able to participate in LOAD-BALANCE and FAULT-TOLERANCE, How about the possiblitiy to extend this CORE-PLATFORM in order to allow registering, discovering, publishing &amp; scubscribing, mapping and management of services in a loosely-coupled manner.</p> <p align=left> </p> <p align=left>I guess you got what i'm saying - basically How about extending Config-svcs to support light-weight Enterprise Service Bus (ESB) features. I know it's outside the scope of your project probably, but what is your take ? or do you see any such open-source products that can be aligned with Config-svcs to achieve this goal?</p> <p align=left> </p> <p align=left>Kindly share your views.</p> <p align=left> </p> <p align=left>Regards</p> <p align=left>SKBG</p> <p align=left><font face=Arial size=2></font> </p>Fri, 05 Dec 2008 14:17:53 Z2009-11-12T12:28:41Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/6ea755f7-3be0-4b5a-9667-95ee15e753a8http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/6ea755f7-3be0-4b5a-9667-95ee15e753a8Tony Wrighthttp://social.msdn.microsoft.com/Profile/en-US/?user=Tony%20WrightMissing configuration modes performance document?<p>Hi,<br/><br/>At the bottom of the TechnicalOverview.pdf file, it says the following:<br/>&quot;Please refer to the benchmarking whitepaper on the StockTrader MSDN site for performance/throughput benchmark comparisons based on the application and the various modes it supports.&quot;<br/><br/>Now, I believe that I have seen this document before, which showed throughput stats for various configuration modes for the Stocktrader application. It was NOT the Websphere vs .net comparison document. It showed things like having the various layers on different machines vs. the same machine, etc. And it showed how many transactions per minute on each configuration.<br/><br/>I cannot for the life of me find this document. I'm sure with a much more extensive search of my files I'd probably come across a copy of this document, but I'm wondering where this now is? Was this part of another document with that detail removed, or have I missed this?</p> <p>Regards, Tony</p> <p> </p>Sun, 08 Nov 2009 23:00:49 Z2009-11-09T23:22:54Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/b8cf304f-f37d-46e5-ab0c-d7d543dc4fd2http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/b8cf304f-f37d-46e5-ab0c-d7d543dc4fd2jknohttp://social.msdn.microsoft.com/Profile/en-US/?user=jknoSample needed: Configuration Service for WCF hosted on Windows ServiceIs there any working sample for Configuration Service for WCF hosted on Windows Service? Thanls!Tue, 03 Nov 2009 18:57:14 Z2009-11-05T19:24:07Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/7926d086-4df2-4f2b-a614-9eaa238bf58ehttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/7926d086-4df2-4f2b-a614-9eaa238bf58epr3zhttp://social.msdn.microsoft.com/Profile/en-US/?user=pr3zMSMQ / Messaging supportIs MSMQ supported? If so how does one configure it for this?Sun, 01 Nov 2009 02:28:32 Z2009-11-04T17:15:50Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/3a24706f-b416-4cae-8a97-e37469390c3fhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/3a24706f-b416-4cae-8a97-e37469390c3fpg_iilmhttp://social.msdn.microsoft.com/Profile/en-US/?user=pg_iilmcannot add Ajaxtoolkit.dll in VS2005Hi,<br/>    To add Ajaxtoolkit in my toolbox, I perform following steps in toolbox<br/><br/>1. Add tag<br/>2. Right click on this tag then   CHOOSE ITEMS<br/>3. Browse the path of AJAXCONTROLTOOLKIT.dll <br/><br/>then I got following message<br/><br/><br/><strong>THERE WAS AN ERROR LOADING TYPES FROM ASSEMBLY   C:\AJAX.....<br/>COULD NOT LOAD FILE OR ASSEMBLY &quot;SYSTEM.WEB.EXTENSIONS VERSION......&quot;<br/><br/>someone help me regarding this.<br/><br/>&quot;I am using Vista home basic&quot;</strong>Mon, 02 Nov 2009 03:48:10 Z2009-11-02T03:48:12Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/b1cc51d3-4c33-432c-a007-6d7782b28e87http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/b1cc51d3-4c33-432c-a007-6d7782b28e87Ocherkhttp://social.msdn.microsoft.com/Profile/en-US/?user=OcherkJava clients load balancing/failover of Configuration ServiceHello, <div>Is it  possible for Java clients <span style="font-family:'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;font-size:13px;color:#333333;line-height:16px">to take advantage of load balancing/failover? </span></div> <div><span style="font-family:'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;color:#333333;font-size:small"><span style="font-size:13px;line-height:16px">As I see it is possible for NET clients because of they must use base classes.</span></span></div> <div><span style="font-family:'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;color:#333333;font-size:small"><span style="font-size:13px;line-height:16px">What about Java clients or non-NET clients?</span></span></div> <div><span style="font-family:'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;color:#333333;font-size:small"><span style="font-size:13px;line-height:16px">Thanx</span></span></div>Tue, 27 Oct 2009 17:39:59 Z2009-10-30T17:20:28Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/92ff5a8f-88eb-44bd-992c-53d6fc26f276http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/92ff5a8f-88eb-44bd-992c-53d6fc26f276A.Sahahttp://social.msdn.microsoft.com/Profile/en-US/?user=A.Sahacalculate depreciation how to calculate depreciation using vb.net...Wed, 21 Oct 2009 07:55:48 Z2009-10-21T07:55:48Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/cc478217-77ce-41ec-874f-2cdd4c9558dfhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/cc478217-77ce-41ec-874f-2cdd4c9558dfTulasiram Indiahttp://social.msdn.microsoft.com/Profile/en-US/?user=Tulasiram%20IndiaFile System Watcher Issue in Window Services<span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p>Hi <br/>i have a file which comes from sql server and dumps into the location D:\Test_File, this file needed to be mailed to my mailid using the filesystemwatcher for this i have written a windows service and according to my logic when the file is created in the folder D:\Test_File my windows service will send the mail and it will delete that file and again when the file comes to that particular location it will again pick and send the mail then delete the file. My code is as fallows</p> <p><br/>protected override void OnStart(string[] args)<br/>{<br/>fileSystemWatcher1.Path <a href="mailto:=@&quot;D:\Test_File\Test.html">=@&quot;D:\Test_File\Test.html</a>&quot;;<br/>}</p> <p><br/>private void fileSystemWatcher1_Created(object sender, FileSystemEventArgs e)<br/>{<br/>MailMessage mail = new MailMessage();<br/>mail.To = <a href="mailto:xyz@abc.com">xyz@abc.com</a>;<br/>mail.From = <a href="mailto:def@abc.com">def@abc.com</a>;<br/>mail.Subject = &quot;Alerting You&quot;;<br/>mail.BodyFormat = MailFormat.Html;<br/>mail.Body = File.ReadAllText(@&quot;D:\Test_File\Test.html&quot;, Encoding.UTF8);<br/>mail.Attachments.Add(new MailAttachment(@&quot;D:\Test_File\Test.html&quot;));<br/>SmtpMail.SmtpServer = &quot;kptsc.vfstc.local&quot;;<br/>SmtpMail.Send(mail);<br/>File.Delete(@&quot;D:\Test_File\Test.html&quot;);<br/>}</p> <p>but for the first time its working fine,but for the second time its throwing error as &quot;The process cannot access the file 'D:\Test_File\Test.html' because it is being used by another process&quot;<br/></p> <span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p><span style="font-size:x-small"> </span></p>Tue, 25 Aug 2009 12:03:01 Z2009-10-19T05:00:30Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/d94d41ea-d6cd-40df-97f7-13cbb48fa4fahttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/d94d41ea-d6cd-40df-97f7-13cbb48fa4faAllen Weidhttp://social.msdn.microsoft.com/Profile/en-US/?user=Allen%20WeidStockTrader 2.04 Sample Exception: The request for security token could not be satisfied because authentication failed. Hello, everyone,<br/><br/>I followed the tutorial exactly three times and always stopped the same step where the Order Processor could not be activated.  There is nothing wrong when I followed the tutorial steps except that there is a firewall blocking issue caused by required port 6004 to be created.  The following is the error message that might be helpful for you to help me out:<br/><br/><br/> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-size:small"><span style="font-size:x-small"><span lang=EN-US><span style="font-family:Times New Roman">Messages on Business Services Configuration Host Consol</span></span><span style="font-family:宋体">——</span><span lang=EN-US><span style="font-family:Times New Roman">Configuration Console tab</span></span><span style="font-family:宋体">:</span></span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt"> </span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt">Poll!</span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt"> </span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt">Checked: http://twinwooddevsvr.develop.twinwood.com:8000/orders. Binding Config: Client_WsHttpBinding_M_Security_OPS</span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt">Result: Fail! This service endpoint will not be activated. Connection exception is: </span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt">The caller was not authenticated by the service.</span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt">Inner Exception is: The request for security token could not be satisfied because authentication failed.</span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span lang=EN-US><span style="font-family:Times New Roman;font-size:small"><span style="font-size:x-small"> </span></span></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span lang=EN-US><span style="font-family:Times New Roman;font-size:small"><span style="font-size:x-small"> </span></span></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small"><span style="font-size:x-small"><span lang=EN-US><span style="font-family:Times New Roman">Messages on Order Processor Configuration Host Consol</span></span><span style="font-family:宋体">——</span><span lang=EN-US><span style="font-family:Times New Roman">Configuration Console tab</span></span><span style="font-family:宋体">:</span></span></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span lang=EN-US><span style="font-family:Times New Roman;font-size:small"><span style="font-size:x-small"> </span></span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt">Request for SOA Node Map receieved</span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt">-----&gt; Getting SOA Node Map.</span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt"> </span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt">Failed Online Status check for endpoint: http://twinwooddevsvr.develop.twinwood.com:8000/orders. Please examine the failure message following, likely, (1) A firewall issue blocking communication on a port -- inbound or outbound on this node or remote node(s); (2) You forgot to include a &lt;client&gt; definition for your service within your *HOSTS* .config file (each host must define clients in the .config file to its own services for intra-node checking of endpoints); (3) a binding configuration issue--check the servicemodel client definition in .config to ensure the binding configuration name exists and this binding config is appropriate for the service (transport, security, etc.);<span>  </span>or (4) The host is not running, is in the process of shutting down, or network connectivity has been lost...</span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt">The service connection check exception is: The caller was not authenticated by the service.</span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:宋体;color:navy;font-size:9pt">Inner Exception is: The request for security token could not be satisfied because authentication failed.<br/><br/><br/><br/>I have finished the Step by Step Walk-through and get no problem at all.  My operating system is Windows 2003 (Chinese), is the windows version a problem?  <br/><br/>If someone knows how to resovle this problem, please provide helpful hints, Thanks!<br/><br/>Allen</span></p>Thu, 01 Oct 2009 04:49:34 Z2009-10-15T07:26:21Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/f075a957-5436-4229-96c4-ad76c6d2a86bhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/f075a957-5436-4229-96c4-ad76c6d2a86bAP_Projhttp://social.msdn.microsoft.com/Profile/en-US/?user=AP_ProjRelated to Speech Recognition in vb.netCurrently i m working with speech recognition in vb.net. <div>And i m unaware to how to add microphone properties in my coding.</div> <div>Actually i want to make an application in such way that "if i say internet explorer through microphone</div> <div>then it should open internet explorer".&nbsp;</div> <div><br /></div>Wed, 07 Oct 2009 16:08:58 Z2009-10-07T16:08:59Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/96838b99-73fd-4bb3-a597-5b1511962e56http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/96838b99-73fd-4bb3-a597-5b1511962e56thalamhttp://social.msdn.microsoft.com/Profile/en-US/?user=thalamdifficulty in file download<p>while file download, a message always pops up.......... (an existing connection was forcibly closed by the remote host)</p>Tue, 29 Sep 2009 08:58:44 Z2009-09-29T08:58:45Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/aafcbf5b-f0f3-4967-a169-172983143f30http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/aafcbf5b-f0f3-4967-a169-172983143f30Rambarathttp://social.msdn.microsoft.com/Profile/en-US/?user=Rambarathow to create progress bar like browserwant to show the progress bar in my window application<br/>whenever form is call for some process is executeFri, 25 Sep 2009 11:48:23 Z2009-09-25T11:48:24Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/a7ee1f1a-706f-446b-b785-5a3f0c6ac852http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/a7ee1f1a-706f-446b-b785-5a3f0c6ac852SamG301http://social.msdn.microsoft.com/Profile/en-US/?user=SamG301Replace the Localhost with IP address Hello, <br/> Please help me on this issue,<br/> <br/> I have created a WCF server and trying to use this in C# asp .net website available on same machine.<br/> <br/> However in SCF service we.config It has default endpoint address with 'localhost'. I just want to replace this with IP address of machine so that client app from diff machine can also call this service.<br/> <br/> Here is my Webservice config file..<br/> <br/> ------------------------------------------------------<br/> <a href="https://accountservices.msn.com/EmailPage.srf?emailid=4deb08c09e00f499&amp;ed=B2/1HWcM124CtREj8188WE4PHoysLaGbnb%2B7YikZfyWkrC6lPCFL3xkEDBCS&amp;lc=1033&amp;urlnum=0"></a> <br/>     &lt;system.serviceModel&gt;<br/>     <br/>     <br/>     <br/>         &lt;services&gt;<br/>    &lt;service behaviorConfiguration=&quot;PriceServer.Service1Behavior&quot;<br/>     name=&quot;PriceServer.PriceService&quot;&gt;<br/>     &lt;endpoint address=&quot;http://localhost:50161/PriceService.svc&quot; behaviorConfiguration=&quot;&quot;<br/>      binding=&quot;mexHttpBinding&quot; bindingConfiguration=&quot;&quot; contract=&quot;PriceServer.IPriceService&quot;&gt;<br/>      &lt;identity&gt;<br/>       &lt;dns value=&quot;localhost&quot; /&gt;<br/>      &lt;/identity&gt;<br/>     &lt;/endpoint&gt;<br/>     &lt;endpoint address=&quot;mex&quot; binding=&quot;mexHttpBinding&quot; bindingConfiguration=&quot;&quot;<br/>      contract=&quot;IMetadataExchange&quot; /&gt;<br/>    &lt;/service&gt;<br/>   &lt;/services&gt;<br/>         &lt;behaviors&gt;<br/>       <br/>             &lt;serviceBehaviors&gt;<br/>       <br/>                 &lt;behavior name=&quot;PriceServer.Service1Behavior&quot;&gt;<br/>                     &lt;!-- To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment --&gt;<br/>                     &lt;serviceMetadata httpGetEnabled=&quot;true&quot;/&gt;<br/>                     &lt;!-- To receive exception details in faults for debugging purposes, set the value below to true.  Set to false before deployment to avoid disclosing exception information --&gt;<br/>                     &lt;serviceDebug includeExceptionDetailInFaults=&quot;false&quot;/&gt;<br/>           <br/>          <br/>                 &lt;/behavior&gt;<br/>             &lt;/serviceBehaviors&gt;<br/>       <br/>       <br/>       &lt;!-- Adding to enable the calling from client side--&gt;<br/> <br/>       &lt;endpointBehaviors&gt;<br/>         &lt;behavior name=&quot;ServiceAspNetAjaxBehavior&quot;&gt;<br/>           &lt;enableWebScript/&gt;<br/>         &lt;/behavior&gt;<br/>       &lt;/endpointBehaviors&gt;<br/>     &lt;/behaviors&gt;<br/> <br/>     &lt;serviceHostingEnvironment aspNetCompatibilityEnabled=&quot;true&quot;/&gt;<br/>     &lt;!-- Adding to enable the calling from client side--&gt;<br/> <br/>   &lt;!--  &lt;/behaviors&gt;--&gt;<br/>     <br/>     &lt;/system.serviceModel&gt;<br/> <br/> thanksThu, 17 Sep 2009 06:36:25 Z2009-09-22T19:10:17Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/a78d04e0-c203-42dd-b636-bcec74f8fb06http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/a78d04e0-c203-42dd-b636-bcec74f8fb06debrusthttp://social.msdn.microsoft.com/Profile/en-US/?user=debrustService startup on server rebootHello,<br/><br/>We ran into some startup issues when rebooting a server, when our the NT service based service tries to connect to sql server to get its configuration data, sql server is not yet running.  Creating a startup dependency on MSSQLSERVER at the very least doesn't seem reliable; it seems that the service reports as started before the databases are actually available, so it still fails.  This of course puts everything in a failed state, although when you first look at the service snap-in, things appear to be running.  Anyone have a good solution for this so far?<br/><br/>Maybe a more interesting question, what happens when you restart a machine that a configuration based service is on and the sql server instance that holds the repository is remote, and also off?<br/><br/>Thanks,<br/>DarrenThu, 17 Sep 2009 02:30:58 Z2009-09-22T19:00:56Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/605216c7-91ae-45a1-b5fc-8a76e297f810http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/605216c7-91ae-45a1-b5fc-8a76e297f810GUnderwoodhttp://social.msdn.microsoft.com/Profile/en-US/?user=GUnderwoodSilent install or other scripted install options?<p>Is there a way to do a silent install?   Or  MSBuild or other batch scripts to deploy?   I.e.,  some way to copy the assemblies and provide the database details without requiring interacting with the GUI installer</p>Wed, 09 Sep 2009 17:01:54 Z2009-09-15T16:32:33Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/0e017af5-0879-42c1-9fb2-0ba28f0648edhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/0e017af5-0879-42c1-9fb2-0ba28f0648edMatriX_Agent Johnsonhttp://social.msdn.microsoft.com/Profile/en-US/?user=MatriX_Agent%20JohnsonMicrosoft Office 2007 Ultimate!<style> .shape {;} </style> <style> p.MsoNormal, li.MsoNormal, div.MsoNormal {margin-top:0in;margin-right:0in;margin-bottom:10.0pt;margin-left:0in;line-height:115%;font-size:11.0pt;font-family:'Calibri','sans-serif';} pre {margin:0in;margin-bottom:.0001pt;font-size:10.0pt;font-family:'Courier New';} span.HTMLPreformattedChar {font-family:'Courier New';} .MsoChpDefault {;} .MsoPapDefault {margin-bottom:10.0pt;line-height:115%;} @page Section1 {size:8.5in 11.0in;margin:1.0in 1.0in 1.0in 1.0in;} div.Section1 {page:Section1;} </style> <p class=MsoNormal><span style="font-size:16pt;line-height:115%;font-family:Algerian">Microsof Office professional ultimate 2007 </span></p> <p class=MsoNormal><span style="font-size:16pt;line-height:115%;font-family:Algerian">How to beat the activation code!!!!</span></p> <p class=MsoNormal><span style="font-size:16pt;line-height:115%;font-family:Algerian"> </span></p> <p class=MsoNormal><span style="font-size:16pt;line-height:115%;font-family:">Microsoft Office 2007 Ultimate<br clear=all></span></p> <p class=MsoNormal><span style="font-size:16pt;line-height:115%;font-family:">1.First You Have To Download The Microsoft Office Ultimate not Preoffesional it’s Some kind from Proffesnonal But it’s Like Proffesnona l perement<br>Download =</span></p> <div style="border-right:1pt inset;padding-right:5pt;border-top:1pt inset;padding-left:5pt;padding-bottom:5pt;border-left:1pt inset;padding-top:5pt;border-bottom:1pt inset"><pre style="border-right:medium none;padding-right:0in;border-top:medium none;padding-left:0in;padding-bottom:0in;border-left:medium none;padding-top:0in;border-bottom:medium none">http://msft-dnl.digitalrivercontent.net/msoffice/pub/X12-30307/X12-30307.exe</pre></div> <p class=MsoNormal><span style="font-size:16pt;line-height:115%;font-family:">Copy This and type to Mozzila or internet Exp..</span></p> <p class=MsoNormal><span style="font-size:16pt;line-height:115%;font-family:">2.</span> Office Ultimate 2007 Serial Key = Download it from:</p> <div style="border-right:1pt inset;padding-right:5pt;border-top:1pt inset;padding-left:5pt;padding-bottom:5pt;border-left:1pt inset;padding-top:5pt;border-bottom:1pt inset"><pre style="border-right:medium none;padding-right:0in;border-top:medium none;padding-left:0in;padding-bottom:0in;border-left:medium none;padding-top:0in;border-bottom:medium none">http://www.megaupload.com/?d=NA7TZXP3</pre></div> <p class=MsoNormal><span style="font-size:16pt;line-height:115%;font-family:"> </span></p> <p class=MsoNormal><span style="font-size:16pt;line-height:115%;font-family:">3.</span> Office Ultimate 2007 OGA Crack = Download it from:</p> <div style="border-right:1pt inset;padding-right:5pt;border-top:1pt inset;padding-left:5pt;padding-bottom:5pt;border-left:1pt inset;padding-top:5pt;border-bottom:1pt inset"><pre style="border-right:medium none;padding-right:0in;border-top:medium none;padding-left:0in;padding-bottom:0in;border-left:medium none;padding-top:0in;border-bottom:medium none">http://www.megaupload.com/?d=G7IKGF5N</pre></div> <p class=MsoNormal><span style="font-size:16pt;line-height:115%;font-family:"> </span></p> <p class=MsoNormal><span style="font-size:16pt;line-height:115%;font-family:">4.</span> Office Ultimate 2007 MSO Activation Crack =Download from :</p> <div style="border-right:1pt inset;padding-right:5pt;border-top:1pt inset;padding-left:5pt;padding-bottom:5pt;border-left:1pt inset;padding-top:5pt;border-bottom:1pt inset"><pre style="border-right:medium none;padding-right:0in;border-top:medium none;padding-left:0in;padding-bottom:0in;border-left:medium none;padding-top:0in;border-bottom:medium none">http://www.megaupload.com/?d=JPRETMNB</pre></div> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">OVA BEA<span>  </span>LINKOVITE!!!!!! GORE!</span></p> <p class=MsoNormal style="margin-bottom:0pt;line-height:normal"><span style="font-size:12pt;font-family:">Instructions<br><br>1. Download the 4 files above.<br>2. Install Office from the first link, using the serial provided in the 2nd link.<br>3. Accept the Microsoft Software License Terms (terms and conditions)<br>4. Click Install Now, or click customise and choose the features you want.<br>5. When the installation has finished, visit </span></p> <p class=MsoNormal style="margin-bottom:1.5pt;line-height:normal"><span style="font-size:12pt;font-family:">Code:</span></p> <div style="border-right:1pt inset;padding-right:5pt;border-top:1pt inset;padding-left:5pt;padding-bottom:5pt;border-left:1pt inset;padding-top:5pt;border-bottom:1pt inset"> <p class=MsoNormal style="border-right:medium none;padding-right:0in;border-top:medium none;padding-left:0in;padding-bottom:0in;border-left:medium none;line-height:normal;padding-top:0in;border-bottom:medium none"><span style="font-size:10pt;font-family:">www.microsoft.com/genuine/office/whyvalidate.aspx?displaylang=en</span></p></div> <p class=MsoNormal style="margin-bottom:0pt;line-height:normal"><span style="font-size:12pt;font-family:">in INTERNET EXPLORER, NOT Firefox<br>6. Click validate now, making sure to install the required </span><a title="http://tehparadox.com/forum/" href="http://tehparadox.com/forum/"><span style="font-size:10pt;font-family:">active x</span></a><span style="font-size:12pt;font-family:"> plugin<br>7. It will tell you your office is invalid.<br>8. Copy OGACheckControl.dll from the 3rd rar file into C:\windows\system32 (or replace C with your current Drive letter), clicking Yes when it asks if you want to replace the file.<br>9. Visit </span></p> <p class=MsoNormal style="margin-bottom:1.5pt;line-height:normal"><span style="font-size:12pt;font-family:">Code:</span></p> <div style="border-right:1pt inset;padding-right:5pt;border-top:1pt inset;padding-left:5pt;padding-bottom:5pt;border-left:1pt inset;padding-top:5pt;border-bottom:1pt inset"> <p class=MsoNormal style="border-right:medium none;padding-right:0in;border-top:medium none;padding-left:0in;padding-bottom:0in;border-left:medium none;line-height:normal;padding-top:0in;border-bottom:medium none"><span style="font-size:10pt;font-family:">www.microsoft.com/genuine/office/whyvalidate.aspx?displaylang=en</span></p></div> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">again, and click validate now. Congratulations, your office is now genuine! But we're not finished yet.<br>10. Don't start office yet.<br>11. Copy MSO.dll from the 4th rar file, into C:\Program Files\Common Files\microsoft shared\OFFICE12 (or replace C with your current Drive letter), clicking Yes when it asks if you want to replace the file.<br>12. Open Word 2007 and when it asks how you would like to activate office, choose telephone.<br>13. Enter in all zeros (0) for the confirmation code.<br>14. Done. Office Ultimate is now genuine and activated.<br><br><br><br><br><br>THIS IS DA BEST OFFICE SUITE IN DA WORLD!<br>HAVE FUN <span></span></span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">TRANSLATE TO MACEDONIAN LANGUAGE!!!</span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:"> </span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">Instrukcii:</span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">1.Downloadiraj te gi site 4 fajlovi </span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">2.Instaliraj te go Offisot od prviot link sto go downloadiravte,So Serialot od 2 link sto go downlodravte</span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">3.Kliknete Install za Instaliranje na Mircosoft Office 2007 ultimate! [X12-30019]Primer od toa!</span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">5.Koga Instalacijata ke zavrsi a taa zavrsuva za 5 minuti,Odete<span>  </span>na ovoj Web </span></p> <p class=MsoNormal><b><u><span style="font-size:12pt;line-height:115%;font-family:">!!!KOPIRAJ TE GO LINKOT VO INTERNET EXPLORORER NE VO MOZZILA!!!!!!!</span></u></b></p> <div style="border-right:1pt inset;padding-right:5pt;border-top:1pt inset;padding-left:5pt;padding-bottom:5pt;border-left:1pt inset;padding-top:5pt;border-bottom:1pt inset"> <p class=MsoNormal style="border-right:medium none;padding-right:0in;border-top:medium none;padding-left:0in;padding-bottom:0in;border-left:medium none;line-height:normal;padding-top:0in;border-bottom:medium none"><span style="font-size:10pt;font-family:">www.microsoft.com/genuine/office/whyvalidate.aspx?displaylang=en</span></p></div> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">6.Kliknete Vaildate Now,A pogore ke vi se pokaze Activate X Stisnete go I Instalirajte go!</span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">7.I ke vi kaze Deka ofisot e Ne Ispraven [Not Vaild] Invalid</span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">8.Kopiraj te go OGACheckControl.dll od<span>  </span>tretiot link I pastirajte go vo c\windows\system32 I Stisnete Yes Za Owerwite!</span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">9.Posetete go webot<span>  </span>Stranata</span></p> <div style="border-right:1pt inset;padding-right:5pt;border-top:1pt inset;padding-left:5pt;padding-bottom:5pt;border-left:1pt inset;padding-top:5pt;border-bottom:1pt inset"><pre style="border-right:medium none;padding-right:0in;border-top:medium none;padding-left:0in;padding-bottom:0in;border-left:medium none;padding-top:0in;border-bottom:medium none">www.microsoft.com/genuine/office/whyvalidate.aspx?displaylang=en</pre></div> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">10.Ne go Startuvajte Officot Se uste!!!!!</span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">11.Kopirajte go MSO.dll od 4 link vi ima so sliki ama ajde da vi pokazeme!! Vo C: ili zavisi kade vi e programs files C/D<img height=19 alt="Stick out tongue" src="http://forums.microsoft.com/MSDN/emoticons/emotion-4.gif" width=19>rogramFiles\Common Files\microsoft\shared\Office12 I PASTIRAJTE GO SO KLIKNVANJE NA YES!!</span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">12.Otvotere go Officot I sledete sto ke vi kazam!!!,K eve prasa dali sakate da go aktivirate officot ke idete na vtoroto zna4i choose TELEPHONE I next!</span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">13.Vo site Praznini Pisete 0 zna4i sve<span>  </span>NULI SEKADE VO PRAZNINITE KVADRAT4injata!</span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">14.GOTOVO,Officot e Geniune I e AKTIVIRAN BRAVO!!!!</span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:">15.STAY OND OFFICE AND ENJOY!!!! <img src="http://forums.microsoft.com/MSDNWorkShop/WebResource.axd?d=NySzF1eivP_rMoc50GQJzcvS4MHMOEKwYrCIgDtzuzlw7GsNki3H_INlfYaLgkxFCLVvZNcnIJT9x2uZNvyuIGWah9F3g0vyQYx7NayjHus1&amp;amp;t=633337194230757564"><img src="http://forums.microsoft.com/MSDNWorkShop/WebResource.axd?d=NySzF1eivP_rMoc50GQJzcvS4MHMOEKwYrCIgDtzuzlw7GsNki3H_INlfYaLgkxF1VGnyL2k5JOqvGrabY8eeg2&amp;amp;t=633337194230757564"></span></p> <p class=MsoNormal><span style="font-size:12pt;line-height:115%;font-family:"> </span></p><font face=Arial size=2></font>Wed, 06 Aug 2008 10:26:39 Z2009-10-17T03:36:13Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/e30c1d75-27bb-43aa-87c8-73bf6f3c5028http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/e30c1d75-27bb-43aa-87c8-73bf6f3c5028SomeCoder101http://social.msdn.microsoft.com/Profile/en-US/?user=SomeCoder101The server failed to load application '/LM/W3SVC/1/Root/Trade'. on XP IIS 5.1?I just installed IIS 5.1 on XP SP3 and enabled MSMQ. I then installed the Stock Trader 2.04 application.<br/>The install completes just fine and creates the databases correctly, and I followed all the post-install steps.<br/>When I attempt to access the localhost/trade app, I get the 500 error screen.<br/><br/>The event viewer provides this message:<br/><br/><span style="font-size:xx-small"><font size=1> <p><strong>The server failed to load application '/LM/W3SVC/1/Root/Trade'. The error was '8007053d'. <br/>For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.<br/>For more information, see Help and Support Center at </strong><a href="http://go.microsoft.com/fwlink/events.asp"><strong>http://go.microsoft.com/fwlink/events.asp</strong></a><strong>.</strong></p> </font></span> <p><br/><br/>From what I've found online, this looks like a metabase issue, but I couldn't find much.<br/><br/>I uninstalled IIS and stock trader and reinstalled but keep getting the same issue.<br/>I'm hoping someone can offer some assistance with this.<br/><br/>Thanks,<br/>-Chris<br/></p>Fri, 04 Sep 2009 20:29:01 Z2009-09-04T22:14:52Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/52da1606-5b94-4122-a23c-41526166d0abhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/52da1606-5b94-4122-a23c-41526166d0abNMohanrajahttp://social.msdn.microsoft.com/Profile/en-US/?user=NMohanrajaSend SMS from C# applicationHi,<br/> <br/> Now i am working in C#.NET application. I want to send sms from my application from sms gateway(Not mobile or modem). Please any one help me to send free sms from my C# application.<br/> <br/> Thanks in advance.Thu, 30 Jul 2009 12:06:26 Z2009-09-04T14:51:03Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/1c6d9992-8b62-4143-bcd5-de2ba958152dhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/1c6d9992-8b62-4143-bcd5-de2ba958152dspotifyhttp://social.msdn.microsoft.com/Profile/en-US/?user=spotifyWould primary service node considered single point of failure?Hi Greg, I have installed the app but when ever I closed the primary service node, request from client can not automatically route to the other instance. Another issue happend when I start multiple instance of service node, the the client getting error and throw unhandle exception, but with only primary service instance running it works well. Do you have any clue what happen to my installation? <div><br/></div> <div>Thank you</div><hr class="sig">spotifyWed, 12 Aug 2009 16:56:33 Z2009-08-29T04:25:14Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/b3ceea32-bb04-4bf4-9814-786113786ce9http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/b3ceea32-bb04-4bf4-9814-786113786ce9Shiv Ratan Kumarhttp://social.msdn.microsoft.com/Profile/en-US/?user=Shiv%20Ratan%20KumarHow to Make sub report using C#.NETHi all,<br/><br/>   I trying to make report using Window Form using C#.NET. But Individually Reports working properly but when i m trying to add subreport with main report its showing this error : &quot;<span style="text-decoration:underline"><span style="font-size:small"><span style="color:#551a8b"><strong>Error</strong>: <strong>Subreport could not be shown</strong></span></span></span>&quot;.<br/>I checked Many Fourms but non of where i find the solution.<br/>Can Any one explain How to make a Report with Subreport and parameters using C#.NET<br/><br/><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">public</span></span><span style="font-size:x-small"> Form1() <p>{</p> <p>InitializeComponent();</p> <font size=2> <p> </p> </font></span></p> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">this</span></span><span style="font-size:x-small">.reportViewer1.LocalReport.SubreportProcessing += </span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">new</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">SubreportProcessingEventHandler</span></span><span style="font-size:x-small">(LocalReport_SubreportProcessing); <p>}</p> <font size=2> <p> </p> </font></span></p> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">void</span></span><span style="font-size:x-small"> LocalReport_SubreportProcessing(</span><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">object</span></span><span style="font-size:x-small"> sender, </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">SubreportProcessingEventArgs</span></span><span style="font-size:x-small"> e) <p>{</p> <font size=2> <p>e.DataSources.Add(</p> </font></span></p> <p><span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff">new</span></span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#2b91af"><span style="font-size:x-small;color:#2b91af">ReportDataSource</span></span><span style="font-size:x-small">(</span><span style="font-size:x-small;color:#a31515"><span style="font-size:x-small;color:#a31515">&quot;OrderDetailsDataSet_OrderDetails&quot;</span></span><span style="font-size:x-small">, OrderDetailsDataSet.Tables[0])); <p>}</p> </span></p> Thanks<br/>Sameer<br/>South America<br/><br/> Fri, 28 Aug 2009 15:51:32 Z2009-08-28T15:51:33Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/30d9ffd6-1229-4f54-a2b8-c2bcf9c243eahttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/30d9ffd6-1229-4f54-a2b8-c2bcf9c243eapapsihttp://social.msdn.microsoft.com/Profile/en-US/?user=papsiDatamaticianI am a datamaticianFri, 21 Aug 2009 13:41:48 Z2009-08-21T13:41:49Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/a0d493a6-3b9e-46f6-b244-d2aa9eb39e9bhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/a0d493a6-3b9e-46f6-b244-d2aa9eb39e9bleonKhttp://social.msdn.microsoft.com/Profile/en-US/?user=leonKAny progress on the MSE and Configuration Service 2 merger?<p>Hi, I used Configuration service framework to build WCF services. What is the progress on the merger of MSE and Configuration Service?<br/><br/>I am interested in such a solution as a framework to build services as well.<br/></p>Sun, 26 Jul 2009 05:28:48 Z2009-08-18T16:12:18Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/996fa425-e4b7-4680-baee-82d88e96cd8chttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/996fa425-e4b7-4680-baee-82d88e96cd8cEl-Sayed Mohamedhttp://social.msdn.microsoft.com/Profile/en-US/?user=El-Sayed%20MohamedAny chance to support callback?Hi Greg,<br/>I just want to ask if there is any chance to add callback support in the next release of the Stock Trade demo app?<br/>also, so far the demo is a good starting point for tackling WCF, but it doesn't provide a real-world experience.<br/>To be specific, i want to use WCF to develop an Enterprise Trading App, so i hope you can give me some ideas where i can start.<br/>I apperciate your feedback.<br/>Mon, 17 Aug 2009 14:07:05 Z2009-08-17T14:07:06Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/5602dd05-7826-4095-ad6c-225de4bf692chttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/5602dd05-7826-4095-ad6c-225de4bf692cNarayan Sahuhttp://social.msdn.microsoft.com/Profile/en-US/?user=Narayan%20SahuNode toggles on SOA Map RefreshHi Greg,<br/><br/>I have connected two nodes to my Load Balancer service but when i see SOA Map for Connected Nodes it shows only one.<br/>And on continous refresh it toggles the Node .i.e. Sometimes it shows Rank51 node and Sometimes Rank52 node but not both as it should show both instances connected.<br/><br/>While in connections tab it correctly shows both connected nodes.<br/><br/>I Don't what is the problem, Please help.<br/><br/>Thanks and Regards<br/>Narayan SahuFri, 17 Jul 2009 07:50:19 Z2009-08-12T14:58:35Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/24b8b113-7823-4ea9-a5a5-a7cfaa8cfefehttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/24b8b113-7823-4ea9-a5a5-a7cfaa8cfefebashasyedhttp://social.msdn.microsoft.com/Profile/en-US/?user=bashasyedHow to identify whether the mail sent by the asp.net application is read or deleted or forwarded by the other person to which the mail is being sent from the asp.net applicationHow to identify whether the mail sent by the asp.net application is read or deleted or forwarded by the other person to which the mail is being sent from the asp.net applicationWed, 12 Aug 2009 07:17:16 Z2009-08-12T07:17:16Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/2f8314ad-7b41-4aa5-a2cc-135eeeea02e4http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/2f8314ad-7b41-4aa5-a2cc-135eeeea02e4Vivek Rathodhttp://social.msdn.microsoft.com/Profile/en-US/?user=Vivek%20Rathodload balance across service instances with their own repositoriesI have a scenario where the same service is running on different machines. Each instance has its own repository (as opposed to central repository). Since the service is the same, would I be able to load balance across these instances?Fri, 31 Jul 2009 16:19:11 Z2009-08-06T08:50:27Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/a77f780c-2350-43a9-b121-33608e87a9edhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/a77f780c-2350-43a9-b121-33608e87a9edPeterJ1983http://social.msdn.microsoft.com/Profile/en-US/?user=PeterJ1983Installation issues with the StockTrader WCF demo applicationI've tried 4 times now and each time results in the same error.<br/><br/>Windows Installer<br/>This installation package could not be opened.  Contact the application vendor to verify that this is a valid Windows Installer package.<br/><br/>I'm running Windows XP Pro 32bit Service Pack 3 on one machine, and then on a different machine in another location Vista Ultimate sp2 64bit.<br/><br/>Is there any alternative download links? or even somewhere I could get access to the source code as it's mainly that I'm interested in seeing.Fri, 12 Jun 2009 03:54:41 Z2009-07-30T13:49:48Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/a4e7d072-5106-47eb-b9c9-1a14dc7c5dffhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/a4e7d072-5106-47eb-b9c9-1a14dc7c5dffD. Lamberthttp://social.msdn.microsoft.com/Profile/en-US/?user=D.%20LambertDownload broken?I've tried downloading the .Net StockTrader installation package several times, but when I try to install, I keep seeing &quot;This installation package could not be opened.  Please contact the application vendor...&quot;<br/><br/>I've downloaded in IE, FireFox, and Chrome, and the download behaves the same in all cases.  Please advise.Fri, 10 Jul 2009 17:56:31 Z2009-07-30T11:39:54Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/8a3058bf-e98a-40aa-b413-403a069c1f87http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/8a3058bf-e98a-40aa-b413-403a069c1f87rolanmahorhttp://social.msdn.microsoft.com/Profile/en-US/?user=rolanmahorrecordset.addnew in vb.netHi..<br/> What is the equivalent VB6 code in VB.Net.<br/> ----VB6---<br/> dim lan as new adodb.recordset<br/> lan.addnew<br/> lan!name =&quot;test&quot;<br/> lan.update<br/> <br/> ----VB.NET---<br/> ??????<br/> ??????<br/>Thu, 23 Jul 2009 06:09:21 Z2009-07-23T06:09:21Zhttp://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/9d4c0c26-41e2-42c2-b220-096e748bcd95http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/9d4c0c26-41e2-42c2-b220-096e748bcd95PhotoRangerhttp://social.msdn.microsoft.com/Profile/en-US/?user=PhotoRangerWhy can't I view the whole content of "Repository Creation Tool" ?Hi,<br/><br/>              After the installation of stock trader app, I tried to follow the instructions to create a database configuration under Repository Creation Tool. However, I couldn't view the whole content of &quot;create configuration database&quot; page but only the part of setting. There is NO scroll bar to let me scroll down to contnue the setting after &quot;Database Server&quot;. It still doesn't work even I change the resolution or the font size of my LCD.<br/>Can anyone help....  ?<br/><br/>Regards,<br/>WinstonWed, 22 Jul 2009 06:31:04 Z2009-08-04T02:37:16Z