I found and corrected an issue with the way the program sets up its'
path. A new version has been compiled and placed on my website for
download. This should fix this issue. If it doesn't let me know.
Thanks,
Stephen
Werners Weather Online wrote:
>
> I got 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.ArgumentNullException: Value cannot be null.
> Parameter name: image
> at System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32
> y, Int32 width, Int32 height)
> at Radar.RadarForm.checkforradarimages()
> at Radar.RadarForm.rb1_CheckedChanged(Object sender, EventArgs e)
> at System.Windows.Forms.Control.OnClick(EventArgs e)
> at System.Windows.Forms.RadioButton.OnClick(EventArgs e)
> at System.Windows.Forms.RadioButton.OnEnter(EventArgs e)
> at System.Windows.Forms.Control.NotifyEnter()
> at System.Windows.Forms.ContainerControl.UpdateFocusedControl()
>
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> <file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll>
> ----------------------------------------
> Radar
> Assembly Version: 1.0.0.0
> Win32 Version: 1.34.0.0
> CodeBase: file:///C:/Program%20Files/Weather%20Radar%
> <file:///C:/Program%20Files/Weather%20Radar%>
> 20Toolkit/Radar.exe
> ----------------------------------------
> Microsoft.VisualBasic
> Assembly Version: 8.0.0.0
> Win32 Version: 8.0.50727.42 (RTM.050727-4200)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b0
> <file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b0>
> 3f5f7f11d50a3a/Microsoft.VisualBasic.dll
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/
> <file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/>
> System.dll
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77
> <file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77>
> a5c561934e089/System.Windows.Forms.dll
> ----------------------------------------
> System.Drawing
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f1
> <file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f1>
> 1d50a3a/System.Drawing.dll
> ----------------------------------------
> System.Runtime.Remoting
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__
> <file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__>
> b77a5c561934e089/System.Runtime.Remoting.dll
> ----------------------------------------
> System.Configuration
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03
> <file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03>
> f5f7f11d50a3a/System.Configuration.dll
> ----------------------------------------
> System.Xml
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e
> <file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e>
> 089/System.Xml.dll
> ----------------------------------------
> Accessibility
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.42 (RTM.050727-4200)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11
> <file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11>
> d50a3a/Accessibility.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.
>
>
>