TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Bryan
NA
119
0
Environment Variables Return Null
Mar 13 2010 6:06 PM
I'm having a problem where my program is returning null for environment variables that my installer is setting. I checked the Advanced settings of the computer, and the variable values are all correct, but inside my program the values are returning null.
I'm using the following code to store the value: string envirVar = System.Environment.GetEnvironmentVariable("InstallUser");
Can anyone help?
Reply
Answers (
3
)
KeyLogger Help
Data retrieving from SQL Server with C#