Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
AnswerRe: Drawing Polygon Pin
User 66583-Aug-08 23:02
User 66583-Aug-08 23:02 
General[Message Deleted] Pin
AtulRane4-Aug-08 1:38
AtulRane4-Aug-08 1:38 
GeneralRe: Drawing Polygon Pin
User 66584-Aug-08 1:48
User 66584-Aug-08 1:48 
GeneralRe: Drawing Polygon Pin
AtulRane4-Aug-08 1:56
AtulRane4-Aug-08 1:56 
QuestionDataGridView Column headercells and UserControl? Pin
kbalias3-Aug-08 22:36
kbalias3-Aug-08 22:36 
AnswerRe: DataGridView Column headercells and UserControl? Pin
dan!sh 3-Aug-08 23:02
professional dan!sh 3-Aug-08 23:02 
Questioncommiting changes thru table adapter Pin
benjamin yap3-Aug-08 22:01
benjamin yap3-Aug-08 22:01 
QuestionException when accessing Properties.Settings Pin
buchstaben3-Aug-08 20:44
buchstaben3-Aug-08 20:44 
Hi,

my application runs some code in each interval.
There the first line looks like int sec = Settings.Default.Intervall;

in my case, the interval setting doesn't change and holds a value of 20, so every 20 seconds Settings.Default.Intervall; is accessed.

the problem is, that sometimes an exception occurs. this happens once a week or so. any idea what the point could be?

FATAL 02.08.08 06:07:52 [ thrCounter]: Ein unbehandelter Fehler ist aufgetreten (sender: Name:Umm.exe
There are no context policies.
, exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at System.Configuration.SettingsPropertyValueCollection.get_Item(String name)
at System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
at System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
at Umm.Properties.Settings.get_Intervall() in D:\VSSTools\Umm\Entwicklung\Properties\Settings.Designer.cs:line 31
at Umm.App.Controler.runIntervallWaiting() in D:\VSSTools\Umm\Entwicklung\App\Controler.cs:line 213

AnswerRe: Exception when accessing Properties.Settings Pin
Guffa3-Aug-08 23:28
Guffa3-Aug-08 23:28 
QuestionXML communication via TCP/IP Pin
pete007_ke3-Aug-08 20:01
pete007_ke3-Aug-08 20:01 
AnswerRe: XML communication via TCP/IP Pin
stancrm3-Aug-08 20:12
stancrm3-Aug-08 20:12 
AnswerRe: XML communication via TCP/IP [modified] Pin
dan!sh 3-Aug-08 21:59
professional dan!sh 3-Aug-08 21:59 
AnswerRe: XML communication via TCP/IP Pin
Manoj Tarkar1-Aug-11 23:30
Manoj Tarkar1-Aug-11 23:30 
QuestionComboBox into DataGridView Pin
M Riaz Bashir3-Aug-08 19:43
M Riaz Bashir3-Aug-08 19:43 
AnswerRe: ComboBox into DataGridView Pin
Sam Xavier3-Aug-08 19:49
Sam Xavier3-Aug-08 19:49 
QuestionMessage box is displayed twice, why this happens ? Pin
rajesh99223-Aug-08 18:59
rajesh99223-Aug-08 18:59 
AnswerRe: Message box is displayed twice, why this happens ? Pin
stancrm3-Aug-08 20:10
stancrm3-Aug-08 20:10 
GeneralRe: Message box is displayed twice, why this happens ? Pin
rajesh99223-Aug-08 22:12
rajesh99223-Aug-08 22:12 
AnswerRe: Message box is displayed twice, why this happens ? Pin
MarkB7774-Aug-08 1:51
MarkB7774-Aug-08 1:51 
QuestionPlus Minus sign in TreeView structure Pin
sanjeevmedhi3-Aug-08 18:41
sanjeevmedhi3-Aug-08 18:41 
AnswerRe: Plus Minus sign in TreeView structure Pin
Mycroft Holmes3-Aug-08 21:58
professionalMycroft Holmes3-Aug-08 21:58 
GeneralRe: Plus Minus sign in TreeView structure Pin
sanjeevmedhi3-Aug-08 22:02
sanjeevmedhi3-Aug-08 22:02 
GeneralRe: Plus Minus sign in TreeView structure Pin
rsuresh7775-Sep-08 20:06
rsuresh7775-Sep-08 20:06 
QuestionDrawing text along a path Pin
threemp33-Aug-08 18:29
threemp33-Aug-08 18:29 
AnswerRe: Drawing text along a path Pin
Paul Conrad3-Aug-08 18:38
professionalPaul Conrad3-Aug-08 18:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.