Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~159 People Reached
Favorite Forums
Member Avatar for blax00

hello I'm beginner on c#. I'm getting this error: System.NullReferenceException was unhandled and my code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using GittiGidiyor; using GittiGidiyor.City; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { [B]CityService cityservice = ServiceProvider.getCityService();[/B] cityServiceResponse response = cityservice.getCities(1, 3, "", "tr"); if …

Member Avatar for blax00
0
159