Hi all,
I just tried to open the .sln files from VS2008 and got few errors. (I checkout the source from here, https://svn.apache.org/repos/asf/incubator/stonehenge/contrib/stocktrader/dotnet ) At the startup, It gave me a message that some files are not in my computer. (possibly not in the svn). I noticed in business service solution, files for BasicClient, BusinessServiceConfigurationSettings, BuisnessServiceContract, BuisnessServiceDataContract, BuisnessServiceImplementation, OrderProcessorAsyncClient, Utility are all empty. When I tried to build the solutions I got following errors. OrderProcessor Solution: C:\stocktrader\dotnet\StockTrader\OrderProcessorContract\IOrderProcessor.cs(26,13): error CS0234: The type or namespace name 'BusinessServiceDataContract' does not exist in the namespace 'Trade' (are you missing an assembly reference?) C:\stocktrader\dotnet\StockTrader\OrderProcessorContract\IOrderProcessor.cs(40,26): error CS0246: The type or namespace name 'OrderDataModel' could not be found (are you missing a using directive or an assembly reference?) BusinessService Solution: C:\stocktrader\dotnet\StockTrader\BusinessServiceConsole\Program.cs(33,13): error CS0234: The type or namespace name 'BusinessServiceConfigurationSettings' does not exist in the namespace 'Trade' (are you missing an assembly reference?) C:\stocktrader\dotnet\StockTrader\BusinessServiceConsole\Program.cs(34,13): error CS0234: The type or namespace name 'BusinessServiceImplementation' does not exist in the namespace 'Trade' (are you missing an assembly reference?) C:\stocktrader\dotnet\StockTrader\BusinessServiceConsole\Program.cs(35,13): error CS0234: The type or namespace name 'BusinessServiceContract' does not exist in the namespace 'Trade' (are you missing an assembly reference?) C:\stocktrader\dotnet\StockTrader\BusinessServiceConsole\Program.cs(36,13): error CS0234: The type or namespace name 'OrderProcessorContract' does not exist in the namespace 'Trade' (are you missing an assembly reference?) C:\stocktrader\dotnet\StockTrader\BusinessServiceConsole\Program.cs(37,13): error CS0234: The type or namespace name 'OrderProcessorServiceConfigurationSettings' does not exist in the namespace 'Trade' (are you missing an assembly reference?) C:\stocktrader\dotnet\StockTrader\BusinessServiceConsole\Program.cs(38,13): error CS0234: The type or namespace name 'Utility' does not exist in the namespace 'Trade' (are you missing an assembly reference?) And it would be really helpful, if someone can provide some guide or reference about building these solutions. -- Thanks, Dimuthu Gamage http://www.dimuthu.org http://www.wso2.org
