Stockport

  • Thread starter Thread starter Eric via DotNetMonster.com
  • Start date Start date
E

Eric via DotNetMonster.com

I got the stockport sample and I would to build it, but which tool or tools should I used to build it?
I saw that some of us already tried the stockport example, and faced this very first problem but I did not saw the answer.
Thank you
 
Then to build it just use Visual Studio 2003 and follow the instructions
in the CompactFrameworkSDK\v1.0.5000\Windows CE\Samples\VC#\Pocket
PC\StockQuote\StockQuoteForm.cs. And don't forget to rename "using
StockQuote.YOURSERVER;" to StockQuote proxy class namespace (e.g. "using
StockQuote.localhost;") otherwise it will not compile.

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 
Back
Top