<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/winbits/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/winbits/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 10 Oct 2007 11:48:19 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/winbits/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Job details throws exception for job larger than 2GB</title><link>https://sourceforge.net/p/winbits/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If I select a job that is over 2GB in size and click on “Job Details” I get an exception. It seems like an Int32 is used when an Int64 or a Decimal should be used.&lt;/p&gt;
&lt;p&gt;Error details:&lt;/p&gt;
&lt;p&gt;System.OverflowException: Value was either too large or too small for an Int32.&lt;br /&gt;
at System.Decimal.ToInt32(Decimal d)&lt;br /&gt;
at System.Convert.ToInt32(Decimal value)&lt;br /&gt;
at WinBITS.Form1.ShowDetails()&lt;br /&gt;
at WinBITS.Form1.JobList_DoubleClick(Object sender, EventArgs e)&lt;br /&gt;
at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)&lt;br /&gt;
at System.Windows.Forms.ListView.WndProc(Message&amp;amp; m)&lt;br /&gt;
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;br /&gt;
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;br /&gt;
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/p&gt;
&lt;p&gt;************** Loaded Assemblies **************&lt;br /&gt;
mscorlib&lt;br /&gt;
Assembly Version: 1.0.5000.0&lt;br /&gt;
Win32 Version: 1.1.4322.2407&lt;br /&gt;
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
WinBITS&lt;br /&gt;
Assembly Version: 1.0.2340.32679&lt;br /&gt;
Win32 Version: 1.0.2340.32679&lt;br /&gt;
CodeBase: file:///C:/Program%20Files/WinBITS/WinBITS.exe&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.Windows.Forms&lt;br /&gt;
Assembly Version: 1.0.5000.0&lt;br /&gt;
Win32 Version: 1.1.4322.2032&lt;br /&gt;
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System&lt;br /&gt;
Assembly Version: 1.0.5000.0&lt;br /&gt;
Win32 Version: 1.1.4322.2407&lt;br /&gt;
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
Microsoft.VisualBasic&lt;br /&gt;
Assembly Version: 7.0.5000.0&lt;br /&gt;
Win32 Version: 7.10.6001.4&lt;br /&gt;
CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.Drawing&lt;br /&gt;
Assembly Version: 1.0.5000.0&lt;br /&gt;
Win32 Version: 1.1.4322.2032&lt;br /&gt;
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
BackgroundCopyManager&lt;br /&gt;
Assembly Version: 1.0.0.0&lt;br /&gt;
Win32 Version: 1.0.0.0&lt;br /&gt;
CodeBase: file:///C:/Program%20Files/WinBITS/BackgroundCopyManager.DLL&lt;br /&gt;
----------------------------------------&lt;br /&gt;
Microsoft.VisualBasic.resources&lt;br /&gt;
Assembly Version: 7.0.5000.0&lt;br /&gt;
Win32 Version: 7.10.3052.4&lt;br /&gt;
CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic.resources/7.0.5000.0_sv_b03f5f7f11d50a3a/microsoft.visualbasic.resources.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
SIDUtilities&lt;br /&gt;
Assembly Version: 1.0.1192.3910&lt;br /&gt;
Win32 Version: 1.0.1192.3910&lt;br /&gt;
CodeBase: file:///C:/Program%20Files/WinBITS/SIDUtilities.DLL&lt;br /&gt;
----------------------------------------&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henrik Olsson</dc:creator><pubDate>Wed, 10 Oct 2007 11:48:19 -0000</pubDate><guid>https://sourceforge.net12e4f8cec4503a3eeeb847be83d20b38e9227a16</guid></item><item><title>Specified argument was out of the range of valid values.</title><link>https://sourceforge.net/p/winbits/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am receiving the following error when I try to use some functions of WinBits 1.0 RC Released 29.05.2006.&lt;/p&gt;
&lt;p&gt;Specified argument was out of the range of valid values.&lt;br /&gt;
Paraneter name: index&lt;/p&gt;
&lt;p&gt;************** Exception Text **************&lt;/p&gt;
&lt;p&gt;System.NullReferenceException: Object reference not set to an instance of an object.&lt;/p&gt;
&lt;p&gt;at WinBITS.Form1.ShowDetails()&lt;/p&gt;
&lt;p&gt;at WinBITS.Form1.ToolBar1_ButtonClick(Object sender, ToolBarButtonClickEventArgs e)&lt;/p&gt;
&lt;p&gt;at System.Windows.Forms.ToolBar.OnButtonClick(ToolBarButtonClickEventArgs e)&lt;/p&gt;
&lt;p&gt;at System.Windows.Forms.ToolBar.WmReflectCommand(Message&amp;amp; m)&lt;/p&gt;
&lt;p&gt;at System.Windows.Forms.ToolBar.WndProc(Message&amp;amp; m)&lt;/p&gt;
&lt;p&gt;at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;/p&gt;
&lt;p&gt;at System.Windows.Forms.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;/p&gt;
&lt;p&gt;at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/p&gt;
&lt;p&gt;************** Loaded Assemblies **************&lt;/p&gt;
&lt;p&gt;mscorlib&lt;/p&gt;
&lt;p&gt;Assembly Version: 1.0.5000.0&lt;/p&gt;
&lt;p&gt;Win32 Version: 1.1.4322.2032&lt;/p&gt;
&lt;p&gt;CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;WinBITS&lt;/p&gt;
&lt;p&gt;Assembly Version: 1.0.2340.32679&lt;/p&gt;
&lt;p&gt;Win32 Version: 1.0.2340.32679&lt;/p&gt;
&lt;p&gt;CodeBase: file:///C:/Program%20Files/WinBITS/WinBITS.exe&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;System.Windows.Forms&lt;/p&gt;
&lt;p&gt;Assembly Version: 1.0.5000.0&lt;/p&gt;
&lt;p&gt;Win32 Version: 1.1.4322.2032&lt;/p&gt;
&lt;p&gt;CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;System&lt;/p&gt;
&lt;p&gt;Assembly Version: 1.0.5000.0&lt;/p&gt;
&lt;p&gt;Win32 Version: 1.1.4322.2032&lt;/p&gt;
&lt;p&gt;CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;Microsoft.VisualBasic&lt;/p&gt;
&lt;p&gt;Assembly Version: 7.0.5000.0&lt;/p&gt;
&lt;p&gt;Win32 Version: 7.10.6001.4&lt;/p&gt;
&lt;p&gt;CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;System.Drawing&lt;/p&gt;
&lt;p&gt;Assembly Version: 1.0.5000.0&lt;/p&gt;
&lt;p&gt;Win32 Version: 1.1.4322.2032&lt;/p&gt;
&lt;p&gt;CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;BackgroundCopyManager&lt;/p&gt;
&lt;p&gt;Assembly Version: 1.0.0.0&lt;/p&gt;
&lt;p&gt;Win32 Version: 1.0.0.0&lt;/p&gt;
&lt;p&gt;CodeBase: file:///C:/Program%20Files/WinBITS/BackgroundCopyManager.DLL&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jondmartin</dc:creator><pubDate>Fri, 04 May 2007 17:41:45 -0000</pubDate><guid>https://sourceforge.net3f8b6b98651c3baccda3170c5a5cd0a5063f193d</guid></item><item><title>Catch URLs doesn't work</title><link>https://sourceforge.net/p/winbits/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Catching URLs doesn't work when selected to catch URLs with extension. &lt;/p&gt;
&lt;p&gt;Catch any URL works fine. &lt;/p&gt;
&lt;p&gt;WinBITS shouldn't catch its own URLs. &lt;br /&gt;
When I copy an URL from a job, it is catched. &lt;br /&gt;
This may be sth. for the settings...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guenther Humer</dc:creator><pubDate>Sat, 18 Nov 2006 17:48:16 -0000</pubDate><guid>https://sourceforge.net469eab7badc1f9ea9e91f71b996846af2a4b304a</guid></item><item><title>continue is keyword</title><link>https://sourceforge.net/p/winbits/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Could you please change the "continue:" points to sth. else. &lt;/p&gt;
&lt;p&gt;Sharpdevelop recognizes continue as a keyword, therefore I can't compile it. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guenther Humer</dc:creator><pubDate>Sat, 18 Nov 2006 16:40:31 -0000</pubDate><guid>https://sourceforge.net312d7ff843495af0775ea866ffcda3386830045b</guid></item><item><title>bad job crashes the program</title><link>https://sourceforge.net/p/winbits/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Try to add a job with an URL like &lt;br /&gt;
&lt;a href="http://localhost/" rel="nofollow"&gt;http://localhost/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;this crashes the program. The job is there, but cannot be removed. In this state it is also impossible to view details of other jobs. &lt;br /&gt;
After a second, the selection of a job vanishes. &lt;/p&gt;
&lt;p&gt;there is nothing you can do with the program. &lt;/p&gt;
&lt;p&gt;the could be solved, if an exception handler for the exception (att.) was installed. I think it's about a bad URL or sth. else. &lt;/p&gt;
&lt;p&gt;======================&lt;br /&gt;
I am about trying out BITS and therfore I solved the conflict with writing a sample code to remove the "broken job". &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guenther Humer</dc:creator><pubDate>Wed, 15 Nov 2006 00:56:36 -0000</pubDate><guid>https://sourceforge.net02f56f47b5d618c5b4a3d00732e34111e5d589e9</guid></item><item><title>main form display wrong name</title><link>https://sourceforge.net/p/winbits/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;The names of the jobs aren't correct (in the main form). &lt;br /&gt;
if you view the details, you get a different name...&lt;/p&gt;
&lt;p&gt;Any other property is right. &lt;/p&gt;
&lt;p&gt;btw. nice project, thx for the work!!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guenther Humer</dc:creator><pubDate>Wed, 15 Nov 2006 00:34:10 -0000</pubDate><guid>https://sourceforge.net6c11539cb377fde390885fce3b47594f21f0a39f</guid></item></channel></rss>