Click here to Skip to main content
15,887,596 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: I need helping to program project by c# Pin
Gerry Schmitz2-Nov-14 3:45
mveGerry Schmitz2-Nov-14 3:45 
Generalvisual basic cord Pin
Member 111976591-Nov-14 0:35
Member 111976591-Nov-14 0:35 
GeneralRe: visual basic cord Pin
Eddy Vluggen1-Nov-14 1:09
professionalEddy Vluggen1-Nov-14 1:09 
GeneralRe: visual basic cord Pin
Dave Kreskowiak1-Nov-14 4:03
mveDave Kreskowiak1-Nov-14 4:03 
GeneralRe: visual basic cord Pin
Member 111976591-Nov-14 4:45
Member 111976591-Nov-14 4:45 
QuestiondotNet program unable to run. Please Help Pin
Member 1119437430-Oct-14 15:44
Member 1119437430-Oct-14 15:44 
AnswerRe: dotNet program unable to run. Please Help Pin
Dave Kreskowiak30-Oct-14 16:58
mveDave Kreskowiak30-Oct-14 16:58 
GeneralRe: dotNet program unable to run. Please Help Pin
Member 1119437431-Oct-14 7:23
Member 1119437431-Oct-14 7:23 
Here's the logs.

This is from the detail error message when the application is opened:
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: SPAAR.exe
Problem Signature 02: 2.0.0.0
Problem Signature 03: 54216f68
Problem Signature 04: SPAAR
Problem Signature 05: 2.0.0.0
Problem Signature 06: 54216f68
Problem Signature 07: df
Problem Signature 08: 71
Problem Signature 09: System.NullReferenceException
OS Version: 6.1.7601.2.1.0.256.4
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\WINDOWS\system32\en-US\erofflps.txt





The logs below here is from the application event logs:


Fault bucket , type 0
Event Name: CLR20r3
Response: Not available
Cab Id: 0

Problem signature:
P1: SPAAR.exe
P2: 2.0.0.0
P3: 54216f68
P4: SPAAR
P5: 2.0.0.0
P6: 54216f68
P7: df
P8: 71
P9: System.NullReferenceException
P10:

Attached files:

These files may be available here:
C:\Users\maq007\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_SPAAR.exe_1c29c587241ab8a8e779329b072dbe4b67b57_1989b716

Analysis symbol:
Rechecking for solution: 0
Report Id: 0a85daf5-6120-11e4-94ae-f01faf5624b0
Report Status: 0

==================================================================================================================================
==================================================================================================================================

Faulting application name: SPAAR.exe, version: 2.0.0.0, time stamp: 0x54216f68
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x005f0234
Faulting process id: 0x1de4
Faulting application start time: 0x01cff52ccc304de5
Faulting application path: C:\Users\maq007\Desktop\SPAAR V203 Files\SPAAR.exe
Faulting module path: unknown
Report Id: 0a85daf5-6120-11e4-94ae-f01faf5624b0

==================================================================================================================================
==================================================================================================================================


Application: SPAAR.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
Stack:
at SPAAR.Form1.Form1_SizeChanged(System.Object, System.EventArgs)
at System.Windows.Forms.Control.OnSizeChanged(System.EventArgs)
at System.Windows.Forms.Control.UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
at System.Windows.Forms.Control.UpdateBounds(Int32, Int32, Int32, Int32)
at System.Windows.Forms.Control.SetBoundsCore(Int32, Int32, Int32, Int32, System.Windows.Forms.BoundsSpecified)
at System.Windows.Forms.Form.SetBoundsCore(Int32, Int32, Int32, Int32, System.Windows.Forms.BoundsSpecified)
at System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified)
at System.Windows.Forms.ScrollableControl.ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified)
at System.Windows.Forms.Form.ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified)
at System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
at System.Windows.Forms.ContainerControl.Scale(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
at System.Windows.Forms.ContainerControl.PerformAutoScale(Boolean, Boolean)
at System.Windows.Forms.ContainerControl.PerformNeededAutoScaleOnLayout()
at System.Windows.Forms.ContainerControl.OnLayoutResuming(Boolean)
at System.Windows.Forms.Control.ResumeLayout(Boolean)
at SPAAR.Form1.InitializeComponent()
at SPAAR.Form1..ctor()
at SPAAR.Program.Main()

==================================================================================================================================
==================================================================================================================================
GeneralRe: dotNet program unable to run. Please Help Pin
Dave Kreskowiak31-Oct-14 7:48
mveDave Kreskowiak31-Oct-14 7:48 
GeneralRe: dotNet program unable to run. Please Help Pin
Member 111943743-Nov-14 7:10
Member 111943743-Nov-14 7:10 
GeneralRe: dotNet program unable to run. Please Help Pin
Member 1119437419-Nov-14 5:13
Member 1119437419-Nov-14 5:13 
GeneralRe: dotNet program unable to run. Please Help Pin
Gerry Schmitz31-Oct-14 12:36
mveGerry Schmitz31-Oct-14 12:36 
GeneralRe: dotNet program unable to run. Please Help Pin
Member 111943743-Nov-14 4:03
Member 111943743-Nov-14 4:03 
GeneralRe: dotNet program unable to run. Please Help Pin
Gerry Schmitz3-Nov-14 4:32
mveGerry Schmitz3-Nov-14 4:32 
GeneralRe: dotNet program unable to run. Please Help Pin
Richard Deeming3-Nov-14 7:42
mveRichard Deeming3-Nov-14 7:42 
GeneralRe: dotNet program unable to run. Please Help Pin
Gerry Schmitz3-Nov-14 13:03
mveGerry Schmitz3-Nov-14 13:03 
QuestionBell Curve vb.net Pin
Member 1074016430-Oct-14 6:06
Member 1074016430-Oct-14 6:06 
AnswerRe: Bell Curve vb.net Pin
Dave Kreskowiak30-Oct-14 12:37
mveDave Kreskowiak30-Oct-14 12:37 
QuestionProblems after migrating from vs2008 to vs2013 Pin
A Jordison30-Oct-14 3:31
A Jordison30-Oct-14 3:31 
AnswerRe: Problems after migrating from vs2008 to vs2013 Pin
Dave Kreskowiak30-Oct-14 5:57
mveDave Kreskowiak30-Oct-14 5:57 
GeneralRe: Problems after migrating from vs2008 to vs2013 Pin
A Jordison30-Oct-14 6:24
A Jordison30-Oct-14 6:24 
AnswerRe: Problems after migrating from vs2008 to vs2013 Pin
Richard MacCutchan30-Oct-14 22:48
mveRichard MacCutchan30-Oct-14 22:48 
QuestionHow to generate Licence Key for windows application ? Pin
imtiyajali29-Oct-14 21:32
imtiyajali29-Oct-14 21:32 
AnswerRe: How to generate Licence Key for windows application ? Pin
Garth J Lancaster29-Oct-14 21:40
professionalGarth J Lancaster29-Oct-14 21:40 
QuestionRegarding machine Round question on Ado.net Pin
Member 1116162529-Oct-14 4:03
Member 1116162529-Oct-14 4:03 

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.