DotNet Creating a list from a method that returns a list...

recursion

Member
Hey gang.. Ima noob to IS, ISX, and now to C#......

After tinkering with lavascript, I decided Id give C# a go and see if i liked it any better than lavishscript..... Im finding my way around ok, slowly but surely......

I am currently having the hardest time loading a list from an eve method call (Me.GetAssets() for example). Ive tried all sorts of different ways, but cannot seem to get my head around it... If anyone could demonstrate some c# code that retrieves/uses that or some other typed index, I would be really really really greatful! :p
 
Last edited:

recursion

Member
actually after messing with this for some time ive come to the conclusion that it may be a problem with EVE.GetMarketOrders() that is causing this issue.

Now that I have gotten a better grip on c# in general I seem to be able to use other ISXEVE methods that return lists ok..... its only GetMarketOrders giving me a problem. It returns "Exception during event execution: System.NullReferenceException: Object reference not set to an instance of an object." -- as well as some other junk.. but....

again Im willling to concede that this is my noobiness.. but its looking like it might be a problem upstream...... *shrug* ... any insight would be appreciated :)
 
Top Bottom