I just updated my code from the SVN repository and there was an update to StockTrade.aspx.cs in the .NET implementation, which modified two lines of code for the sell function.
It's lines 72 and 73 in particular which were changed from holding.quantity to holding.quantityDouble.ToString(). For some reason this was causing an error when I tried to sell stocks on StockTrader. Is anyone else seeing this problem? The problem was fixed when I reverted back to the old code. This may just be a problem with my code. Let me know if anyone is having this problem as well. Thanks, Avantika
