mattmcp@gmail.com
I tried importing an .ics file generated by Google
Calendar and 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.ArgumentOutOfRangeException: Index and count
must refer to a location within the string.
Parameter name: count
at System.String.Remove(Int32 startIndex, Int32 count)
at CalWidget.DateTimeMC.Parse(String dateParam)
at CalWidget.CalTask.set_Start(String value)
at CalWidget.CalData.LoadICS(String file)
at
MonoCalendar.MonoCalendarApp.MenuItemImportClick(Object
sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at
System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at
System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.ControlNativeWindow.OnMessage(Message&
m)
at
System.Windows.Forms.ControlNativeWindow.WndProc(Message&
m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr
hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
MonoCalendar
Assembly Version: 0.6.10.31956
Win32 Version: 0.6.10.31956
CodeBase:
file:///C:/Program%20Files/MonoCalendar/MonoCalendar.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/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.2032
CodeBase:
file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
i18n
Assembly Version: 1.0.2427.31955
Win32 Version: 1.0.2427.31955
CodeBase:
file:///C:/Program%20Files/MonoCalendar/i18n.DLL
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
CalWidget
Assembly Version: 1.0.2427.31951
Win32 Version: 1.0.2427.31951
CodeBase:
file:///C:/Program%20Files/MonoCalendar/CalWidget.DLL
----------------------------------------
MiniGConf
Assembly Version: 1.0.2427.31953
Win32 Version: 1.0.2427.31953
CodeBase:
file:///C:/Program%20Files/MonoCalendar/MiniGConf.DLL
----------------------------------------
ListView
Assembly Version: 1.0.2427.31952
Win32 Version: 1.0.2427.31952
CodeBase:
file:///C:/Program%20Files/MonoCalendar/ListView.DLL
----------------------------------------
MonthCalendar
Assembly Version: 1.0.2427.31954
Win32 Version: 1.0.2427.31954
CodeBase:
file:///C:/Program%20Files/MonoCalendar/MonthCalendar.DLL
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
iFolderComponent
Assembly Version: 3.2.5347.1
Win32 Version: 3.2.5347.1
CodeBase:
file:///C:/Program%20Files/iFolder/iFolderComponent.DLL
----------------------------------------
Novell.iFolder
Assembly Version: 3.2.5347.1
Win32 Version: 3.2.5347.1
CodeBase:
file:///C:/Program%20Files/iFolder/Novell.iFolder.DLL
----------------------------------------
System.Web.Services
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.web.services/1.0.5000.0__b03f5f7f11d50a3a/system.web.services.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" />
</configuration>
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.
Logged In: NO
I am getting the same thing with a file exported from .mac
I am assuming I should be using .NET v1.1, correct?
-Terry