Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
GeneralRe: inheriting from tabPage class Pin
rcwoods1-Jun-06 12:43
rcwoods1-Jun-06 12:43 
AnswerRe: inheriting from tabPage class Pin
Ed.Poore1-Jun-06 13:26
Ed.Poore1-Jun-06 13:26 
QuestionCodeDom question Pin
Pablo Hernandez Valdes1-Jun-06 11:11
Pablo Hernandez Valdes1-Jun-06 11:11 
AnswerRe: CodeDom question Pin
Dustin Metzgar1-Jun-06 11:27
Dustin Metzgar1-Jun-06 11:27 
QuestionData Source Wizard for SQL [modified] Pin
PyroManiak1-Jun-06 11:10
PyroManiak1-Jun-06 11:10 
AnswerRe: Data Source Wizard for SQL Pin
Ed.Poore1-Jun-06 13:19
Ed.Poore1-Jun-06 13:19 
GeneralRe: Data Source Wizard for SQL Pin
PyroManiak1-Jun-06 18:55
PyroManiak1-Jun-06 18:55 
Questionjust-in-time (JIT) error Pin
keroed_edmond1-Jun-06 11:00
keroed_edmond1-Jun-06 11:00 
guys i created a program in c# that works with the phoneline but i am stuck my programmes works per4fect at times but then in some instances i get this error

:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at MySerialPortReader.CallAccountingService.doInsert( IEnumerable arr)
at MySerialPortReader.MainFrame.RecvTimer_Tick(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
MySerialPortReader
Assembly Version: 1.0.2319.21736
Win32 Version: 1.0.2319.21736
CodeBase: file:///C:/cpp/MySerialPortReader/Release/MySerialPortReader.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
SerialPorts
Assembly Version: 1.0.1649.29449
Win32 Version: 1.0.1649.29449
CodeBase: file:///C:/cpp/MySerialPortReader/Release/SerialPorts.DLL
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitdebugging="true">


When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::
but i dont know whats is causing this error to be occuring or how i can handle it properly so it will affect my program

kenny
AnswerRe: just-in-time (JIT) error Pin
Ed.Poore1-Jun-06 13:17
Ed.Poore1-Jun-06 13:17 
GeneralRe: just-in-time (JIT) error Pin
keroed_edmond1-Jun-06 14:16
keroed_edmond1-Jun-06 14:16 
GeneralRe: just-in-time (JIT) error Pin
Ed.Poore1-Jun-06 23:13
Ed.Poore1-Jun-06 23:13 
GeneralRe: just-in-time (JIT) error [modified] Pin
keroed_edmond3-Jun-06 9:49
keroed_edmond3-Jun-06 9:49 
GeneralRe: just-in-time (JIT) error Pin
Ed.Poore3-Jun-06 11:07
Ed.Poore3-Jun-06 11:07 
GeneralRe: just-in-time (JIT) error Pin
keroed_edmond3-Jun-06 12:15
keroed_edmond3-Jun-06 12:15 
GeneralRe: just-in-time (JIT) error Pin
Ed.Poore3-Jun-06 13:35
Ed.Poore3-Jun-06 13:35 
GeneralRe: just-in-time (JIT) error Pin
Ed.Poore3-Jun-06 13:39
Ed.Poore3-Jun-06 13:39 
GeneralRE:MITEL RS232 Pin
keroed_edmond12-Jun-06 8:52
keroed_edmond12-Jun-06 8:52 
GeneralRe: RE:MITEL RS232 Pin
Ed.Poore12-Jun-06 9:03
Ed.Poore12-Jun-06 9:03 
GeneralRe: RE:MITEL RS232 Pin
keroed_edmond12-Jun-06 15:45
keroed_edmond12-Jun-06 15:45 
GeneralRe: RE:MITEL RS232 Pin
Ed.Poore12-Jun-06 23:40
Ed.Poore12-Jun-06 23:40 
GeneralRe: RE:MITEL RS232 Pin
keroed_edmond13-Jun-06 12:29
keroed_edmond13-Jun-06 12:29 
GeneralRe: RE:MITEL RS232 Pin
Ed.Poore14-Jun-06 3:13
Ed.Poore14-Jun-06 3:13 
GeneralRe: RE:MITEL RS232 Pin
keroed_edmond14-Jun-06 5:21
keroed_edmond14-Jun-06 5:21 
GeneralRe: RE:MITEL RS232 Pin
Ed.Poore14-Jun-06 6:18
Ed.Poore14-Jun-06 6:18 
QuestionListView Question Pin
teejayem1-Jun-06 10:11
teejayem1-Jun-06 10:11 

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.