These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
[EveLib] A .NET library for EveXML, CREST, EveCentral, and more
Developer of EveLib and EveAuthUtility
error invalid literal for long() with base 10: '2?'
crest.GetRoot().Query(r => r.Alliances).Query(o => o.Where(alliance => alliance.Id == allianceId)).FirstOrDefault();
public sealed class AllianceCollection : CollectionResource<AllianceCollection, AllianceCollection.Alliance>
Access to the path '\EveLib\EveXmlCache' is denied.
< add key="eveLib.AppData" value="EveLib" / >
EveLibFileCache cache = new EveLibFileCache(Server.MapPath("~") + "\\EveLib", "LocalCache");
var alliance = crest.GetRoot().Query(r => r.Alliances).Query(list => list.FirstOrDefault(a => a.Id == allianceId));