dsilvio / gcontactsynch

Automatically exported from code.google.com/p/gcontactsynch
0 stars 1 forks source link

GDI+ error #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch Outlook 2007 under XP
2. Synchronize 2,857 contacts; stopped at 638
3. Click Continue at dialog box and it persists advancing the record count
by one in the Session Log

What is the expected output? What do you see instead?

Dialog Box: Google Outlook Contacts Sync (Microsoft .NET Framework)
Unhandled exception has occurred in your application.  If you click
COntinue, the application will ignore this error and attempt to continue.
If you click Quit, the application will close immediately.

A generic error occurred in GDI+

---

The following are Details from pressing the Details button:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.InteropServices.ExternalException: A generic error occurred
in GDI+.
   at System.Drawing.Bitmap.GetHicon()
   at GContactsSync.MainForm.timer1_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.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.3607 (GDR.050727-3600)
    CodeBase:
file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
GContactsSync
    Assembly Version: 0.9.1.0
    Win32 Version: 0.9.1.0
    CodeBase: file:///C:/Program%20Files/GContactSync/GContactsSync.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e
089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase:
file:///C:/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.3053 (netfxsp.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/Sy
stem.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50
a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System
.Xml.dll
----------------------------------------
Google.GData.Contacts
    Assembly Version: 1.4.0.2
    Win32 Version: 1.4.0.2
    CodeBase: file:///C:/Program%20Files/GContactSync/Google.GData.Contacts.DLL
----------------------------------------
Google.GData.Client
    Assembly Version: 1.4.0.2
    Win32 Version: 1.4.0.2
    CodeBase: file:///C:/Program%20Files/GContactSync/Google.GData.Client.DLL
----------------------------------------
Microsoft.Office.Interop.Outlook
    Assembly Version: 12.0.0.0
    Win32 Version: 12.0.4518.1014
    CodeBase:
file:///C:/WINDOWS/assembly/GAC/Microsoft.Office.Interop.Outlook/12.0.0.0__71e9b
ce111e9429c/Microsoft.Office.Interop.Outlook.dll
----------------------------------------
System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.1 built by: SP
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/Syste
m.Core.dll
----------------------------------------
Google.GData.Extensions
    Assembly Version: 1.4.0.2
    Win32 Version: 1.4.0.2
    CodeBase:
file:///C:/Program%20Files/GContactSync/Google.GData.Extensions.DLL
----------------------------------------
CustomMarshalers
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_32/CustomMarshalers/2.0.0.0__b03f5f7f11d50a3a/Cu
stomMarshalers.dll
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.W
eb.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.

What version of the product are you using? On what operating system?
gcontactsync-setup-0.9.1.0.exe    377 KB
SHA1 Checksum: 398633a9a0c303af448402f2147a64450ef30225
Against Outlook 2007 on XP, both at current patch levels

Please provide any additional information below.

Original issue reported on code.google.com by jeffrey....@gmail.com on 22 Apr 2010 at 5:46

GoogleCodeExporter commented 8 years ago
I have the same problem with gcontactsync-setup-0.9.1.0.exe, both on windows7 
and windows XP with outloook 2007 

Original comment by m.quaron...@gmail.com on 8 Nov 2010 at 2:40

GoogleCodeExporter commented 8 years ago
FYI, this is critical functionality for me so I invested in Sync2 from 4Team 
after trying a number of other solutions.  I had some issues when I upgraded my 
laptop but tech support was very helpful.  It works well and was worth the 
small outlay.

Original comment by jeffrey....@gmail.com on 8 Nov 2010 at 3:19

GoogleCodeExporter commented 8 years ago
I just encountered the same issue running windows XP Pro, Outlook 2007

Original comment by dglus...@gmail.com on 27 Dec 2010 at 9:10

GoogleCodeExporter commented 8 years ago
Sync2 by 4Team was well worth the money and their support is terrific.
I love Google, but I posted the problem in April with no response to date...

Original comment by jeffrey....@gmail.com on 28 Dec 2010 at 11:50

GoogleCodeExporter commented 8 years ago
I have the same problem with only 700 contacts. At least is runs through once 
before erroring. Running win7, Outlook 2010 and version 0.9.1.0

Original comment by Andrew.S...@gmail.com on 29 Jun 2012 at 12:48

GoogleCodeExporter commented 8 years ago
I now have over 3,400 contacts and Sync2 is still working well.

Original comment by jeffrey....@gmail.com on 29 Jun 2012 at 9:42