Click here to Skip to main content
15,895,777 members

Comments by Maximys (Top 8 by date)

Maximys 21-Aug-12 2:10am View    
Could you explain what do you mean?
Maximys 20-Aug-12 22:54pm View    
Sergey, I have read you link more carefully. Now I try to execute next code:
String key1="key1";
String value1="value1";

MonoDevelop.Core.PropertyService.Set(key1, value1);
Console.WriteLine(MonoDevelop.Core.PropertyService.Get<string>(key1));

But I have next exception:
Missing method Set in assembly /home/Maximys/Param2/Param2/bin/Debug/Param2.exe, type MonoDevelop.Core.PropertyService
Maximys 20-Aug-12 22:37pm View    
Config
Maximys 20-Aug-12 22:36pm View    
You are right. This method is really unworkable. Could you help me find another decision?
Maximys 20-Aug-12 20:15pm View    
I have found decision. I should add to project Environment Variable and use it by Environment class.Thank you for help