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
Ranked #72.8K
~234 People Reached
Favorite Forums
1 Posted Topic
Re: [QUOTE=asushil;617954] string t; t = System.Environment.GetEnvironmentVariable("QUERY_STRING"); }[/QUOTE] Are you really sure that variable "t" will be initialized after calling GetEnvironmentVariable(string)? I think you shall check "t" for null and assign a default value to it before calling Split on it. What is wrong: "t" is probably null. Martin. |
The End.