.NET Framework Bookmark and Share   
 index > .NET StockTrader Sample Application > Windows 7: StockTrader and ConfigWeb
 

Windows 7: StockTrader and ConfigWeb

I am sucessfully running the sample on Windows 7 Enterprise, RC build. However, I will note the following, including several items that are being worked on over next few weeks:

1) On IE8, ConfigWeb has some layout issues that require running in IE7 compatibility mode. This is being addressed. You can hit the compatibility button on the IE 8 toolbar to address until we issue a new version that will have a new layout that does not require this.

2) The Windows .NET Forms apps (namely, the self-host program/base class) have a couple of minor layout issues on Win 7 (namely perfom control and Win Form SOA Map TreeView. I am working on.

3) The .NET self-hosts programs should be run as a logged-on user in the Admin group. However, unlike Vista, you will additionally need to goto into the \stockTrader\Builds directory, find the stock trader self host(s) [for example, Order Processor or Business Services), and right-click on the EXE and in properties select Run as Administrator. Otherwise, the app will be unable, by design, to register URI service addresses.

-Greg
Greg Leake, Microsoft
Gregory Leake
For a quick fix on your issue 1. - the issues with the display in IE8 and Netscape 3X - are the comment tags in the .aspx pages.

Remove the <!----------------------------[Whatever] ------------------------------>

in the .aspx files..

Replace such with standard W3C <!-- [whatever] --> exact format as annotated.

And that will fix short term the major issue you have described for that particular problem.


Jody
CN2 Technology

You can use google to search for other answers

Custom Search

More Threads

• recordset.addnew in vb.net
• WSDL definition and namespaces
• Change the quotes
• Existing connection was forcibly closed by the remote host.
• Silent install or other scripted install options?
• changes in dataset does not update database
• unable to upgrade the vs 2005 projects to vs 2008, the ide closes automatically.
• object reference not set to object error while using visual studio
• WCF Windows Authentication Error
• BusinessServiceClient Implementation Questions