Click here to Skip to main content
15,884,298 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Tab problem Pin
Ashutosh Phoujdar28-Jan-09 21:18
Ashutosh Phoujdar28-Jan-09 21:18 
JokeRe: Tab problem Pin
Eddy Vluggen29-Jan-09 1:16
professionalEddy Vluggen29-Jan-09 1:16 
QuestionMy Application takes Very CPU usage and Memory Pin
Anubhava Dimri28-Jan-09 18:45
Anubhava Dimri28-Jan-09 18:45 
AnswerRe: My Application takes Very CPU usage and Memory Pin
Ashutosh Phoujdar28-Jan-09 19:52
Ashutosh Phoujdar28-Jan-09 19:52 
GeneralRe: My Application takes Very CPU usage and Memory Pin
Anubhava Dimri28-Jan-09 21:14
Anubhava Dimri28-Jan-09 21:14 
GeneralRe: My Application takes Very CPU usage and Memory Pin
Ashfield28-Jan-09 21:20
Ashfield28-Jan-09 21:20 
GeneralRe: My Application takes Very CPU usage and Memory Pin
Ashutosh Phoujdar28-Jan-09 21:20
Ashutosh Phoujdar28-Jan-09 21:20 
GeneralRe: My Application takes Very CPU usage and Memory Pin
Anubhava Dimri28-Jan-09 22:38
Anubhava Dimri28-Jan-09 22:38 
Hi,
When i m starting application throw CLRProfiler it generates an error.


Error Detail is given below:

ee 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 CLRProfiler.Form1.WaitForProcessToConnect(String tempDir, String text)
at CLRProfiler.Form1.startApplicationButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///D:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CLRProfiler
Assembly Version: 1.0.1395.16737
Win32 Version: 1.0.1395.16737
CodeBase: file:///E:/Other/Download%20Projects/CLR/Binaries/CLRProfiler.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

mailto: anubhava.prodata@gmail.com

GeneralRe: My Application takes Very CPU usage and Memory Pin
Dave Kreskowiak29-Jan-09 3:18
mveDave Kreskowiak29-Jan-09 3:18 
GeneralRe: My Application takes Very CPU usage and Memory Pin
Dave Kreskowiak29-Jan-09 3:17
mveDave Kreskowiak29-Jan-09 3:17 
GeneralRe: My Application takes Very CPU usage and Memory Pin
Anubhava Dimri29-Jan-09 19:44
Anubhava Dimri29-Jan-09 19:44 
GeneralRe: My Application takes Very CPU usage and Memory Pin
Dave Kreskowiak30-Jan-09 1:55
mveDave Kreskowiak30-Jan-09 1:55 
GeneralRe: My Application takes Very CPU usage and Memory Pin
Anubhava Dimri29-Jan-09 22:18
Anubhava Dimri29-Jan-09 22:18 
GeneralRe: My Application takes Very CPU usage and Memory Pin
Ashutosh Phoujdar29-Jan-09 23:16
Ashutosh Phoujdar29-Jan-09 23:16 
GeneralRe: My Application takes Very CPU usage and Memory Pin
Anubhava Dimri30-Jan-09 0:59
Anubhava Dimri30-Jan-09 0:59 
QuestionHow to copy conditional rows and paste them in new worksheet. Pin
jptxrose28-Jan-09 10:56
jptxrose28-Jan-09 10:56 
QuestionAutoscroll in textbox Pin
Kschuler28-Jan-09 5:17
Kschuler28-Jan-09 5:17 
AnswerRe: Autoscroll in textbox Pin
Mr Oizo28-Jan-09 22:47
Mr Oizo28-Jan-09 22:47 
GeneralRe: Autoscroll in textbox Pin
Kschuler29-Jan-09 4:25
Kschuler29-Jan-09 4:25 
Questioncould not find installable ISAM Pin
NaliniNagarajan28-Jan-09 2:56
NaliniNagarajan28-Jan-09 2:56 
AnswerRe: could not find installable ISAM Pin
Dave Kreskowiak29-Jan-09 3:14
mveDave Kreskowiak29-Jan-09 3:14 
QuestionProblem running remote process using WMI [modified] Pin
thecornflake28-Jan-09 2:07
thecornflake28-Jan-09 2:07 
AnswerRe: URGENT problem running remote process using WMI Pin
EliottA28-Jan-09 2:55
EliottA28-Jan-09 2:55 
GeneralRe: URGENT problem running remote process using WMI Pin
thecornflake28-Jan-09 3:09
thecornflake28-Jan-09 3:09 
GeneralRe: URGENT problem running remote process using WMI Pin
EliottA28-Jan-09 3:19
EliottA28-Jan-09 3:19 

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.