After Step 62 I get an error at MenuTree.cs at this line:
UsrMsg( string.Format( "User Clicked the Market: ({0}), ID = ({1}), ", tNode.Text, tNode.m_id ) );
NullReferenceException was unhandled - Object reference not set to an instance of an object
If I take de "UsrMsg" and return to "Debug.WriteLine" the error is ignored and another will appear at
lock( e_mData.varsLock )
Everything compiled just fine until now... Any thoughts?
BTW also had to add :
using BetfairAPI.BFGlobal;
using BetfairAPI.BFExchange;
to CMarketData.cs so I wouldn't get errors concerning
GetMarketResp
GetMarketPricesResp
GetMarketPricesCompressedResp
Found it odd as it is in the same name space
But this way it works
Any comments will be most appreciated.
UsrMsg( string.Format( "User Clicked the Market: ({0}), ID = ({1}), ", tNode.Text, tNode.m_id ) );
NullReferenceException was unhandled - Object reference not set to an instance of an object
If I take de "UsrMsg" and return to "Debug.WriteLine" the error is ignored and another will appear at
lock( e_mData.varsLock )
Everything compiled just fine until now... Any thoughts?
BTW also had to add :
using BetfairAPI.BFGlobal;
using BetfairAPI.BFExchange;
to CMarketData.cs so I wouldn't get errors concerning
GetMarketResp
GetMarketPricesResp
GetMarketPricesCompressedResp
Found it odd as it is in the same name space
But this way it worksAny comments will be most appreciated.


I had a question in step 14. I can make the button, only I have a question regarding the click event. I would appreciate if they could help.





Comment