Click here to get back home

WMDC crashes when trying to display settings

 HomeNewsGroups | Search | About
 microsoft.public.pocketpc.activesync    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
WMDC crashes when trying to display settings Frank S 02-08-2007
Get Chitika Premium
Posted by Frank S on February 8, 2007, 9:38 am
Please log in for more thread options
Here is the dump:

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

************** Exception Text **************
System.InvalidCastException: Specified cast is not valid.
at Microsoft.WindowsMobile.IActiveSyncDataType.DoOptionsDialog(Int64
parentWindow)
at
Microsoft.WindowsMobile.DeviceManager.ActiveSyncDataType.ShowSettings(Int64
owner)
at
Microsoft.WindowsMobile.DeviceCenter.ActiveSyncDataTypeSettings.ShowControl()
at
Microsoft.WindowsMobile.DeviceCenter.ChooseDataTypeListView.HandleMouseClick(Object
sender,
MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
at System.Windows.Forms.ListView.WmReflectNotify(Message& m)
at System.Windows.Forms.ListView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.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.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Microsoft.WindowsMobile.DeviceManager
Assembly Version: 6.0.0.0
Win32 Version: 6.0.6783.0
CodeBase:
file:///C:/Windows/WindowsMobile/Microsoft.WindowsMobile.DeviceManager.DLL
----------------------------------------
Microsoft.WindowsMobile.Common
Assembly Version: 6.0.0.0
Win32 Version: 6.0.6783.0
CodeBase:
file:///C:/Windows/WindowsMobile/Microsoft.WindowsMobile.Common.DLL
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
CodeBase:
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.312 (rtmLHS.050727-3100)
CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.WindowsMobile.Rapi
Assembly Version: 6.0.0.0
Win32 Version: 6.0.6783.0
CodeBase: file:///C:/Windows/WindowsMobile/Microsoft.WindowsMobile.Rapi.DLL
----------------------------------------
Microsoft.WindowsMobile.DeviceCenter
Assembly Version: 6.0.0.0
Win32 Version: 6.0.6783.0
CodeBase:
file:///C:/Windows/WindowsMobile/Microsoft.WindowsMobile.DeviceCenter.DLL
----------------------------------------
AnimationLibrary
Assembly Version: 6.0.0.0
Win32 Version: 6.0.6783.0
CodeBase: file:///C:/Windows/WindowsMobile/AnimationLibrary.DLL
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/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.

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

Any idea on how to correct?

--
Regards,

Frank

Posted by Steve Spiller [ on February 8, 2007, 1:09 pm
Please log in for more thread options
Hi Frank,

We're taking a look at this issue and would like to know some more
information on your setup. Can you provide the following infomation:

- Which settings link specifically did you click on?
- Which version of Vista are you running and did you upgrade from a
previous Vista or XP?
- Do you have Office installed? If so, which version?
- What type of device do you have? Which version of Windows Mobile is it
running?

Thanks a lot!

--
Thanks,
Steve

This posting is provided "AS IS" with no warranties, and confers no rights.



"Frank S" wrote:

> Here is the dump:
>
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
>
> ************** Exception Text **************
> System.InvalidCastException: Specified cast is not valid.
> at Microsoft.WindowsMobile.IActiveSyncDataType.DoOptionsDialog(Int64
parentWindow)
> at
Microsoft.WindowsMobile.DeviceManager.ActiveSyncDataType.ShowSettings(Int64
owner)

> at
Microsoft.WindowsMobile.DeviceCenter.ActiveSyncDataTypeSettings.ShowControl()
> at
Microsoft.WindowsMobile.DeviceCenter.ChooseDataTypeListView.HandleMouseClick(Object
sender,

> MouseEventArgs e)
> at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
> at System.Windows.Forms.ListView.WmReflectNotify(Message& m)
> at System.Windows.Forms.ListView.WndProc(Message& m)
> at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
> at System.Windows.Forms.Control.ControlNativeWindow.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.312 (rtmLHS.050727-3100)
> CodeBase:
file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> Microsoft.WindowsMobile.DeviceManager
> Assembly Version: 6.0.0.0
> Win32 Version: 6.0.6783.0
> CodeBase:
file:///C:/Windows/WindowsMobile/Microsoft.WindowsMobile.DeviceManager.DLL
> ----------------------------------------
> Microsoft.WindowsMobile.Common
> Assembly Version: 6.0.0.0
> Win32 Version: 6.0.6783.0
> CodeBase:
file:///C:/Windows/WindowsMobile/Microsoft.WindowsMobile.Common.DLL
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
> CodeBase:
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.312 (rtmLHS.050727-3100)
> CodeBase:
>
file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
> ----------------------------------------
> System.Drawing
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
> CodeBase:
>
file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
> ----------------------------------------
> System.Configuration
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
> CodeBase:
>
file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
> ----------------------------------------
> System.Xml
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
> CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
> ----------------------------------------
> Microsoft.WindowsMobile.Rapi
> Assembly Version: 6.0.0.0
> Win32 Version: 6.0.6783.0
> CodeBase:
file:///C:/Windows/WindowsMobile/Microsoft.WindowsMobile.Rapi.DLL
> ----------------------------------------
> Microsoft.WindowsMobile.DeviceCenter
> Assembly Version: 6.0.0.0
> Win32 Version: 6.0.6783.0
> CodeBase:
file:///C:/Windows/WindowsMobile/Microsoft.WindowsMobile.DeviceCenter.DLL
> ----------------------------------------
> AnimationLibrary
> Assembly Version: 6.0.0.0
> Win32 Version: 6.0.6783.0
> CodeBase: file:///C:/Windows/WindowsMobile/AnimationLibrary.DLL
> ----------------------------------------
> Accessibility
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
> CodeBase:
>
file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/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.
>
> ======================================================
>
> Any idea on how to correct?
>
> --
> Regards,
>
> Frank
>

Similar ThreadsPosted
Remote Display Activesync settings gray out May 8, 2006, 7:47 am
activesync old&new crashes winXP at connection settings November 28, 2008, 10:33 pm
Still need help because WMDC 6.1 update crashes connectivity July 4, 2007, 7:54 am
WMDC crashes when connecting device August 10, 2007, 5:16 am
Problem with WMDC Beta 3 - will not run and crashes on start.... October 11, 2006, 10:41 am
WMDC running settings opens the same dialog for different modules March 21, 2007, 7:20 am
remote display March 27, 2006, 5:23 pm
Remote Display August 15, 2007, 4:20 pm
ActiveSync 3.8 works but doesn't display any UI October 13, 2005, 5:20 pm
Remote Display and resume April 5, 2006, 5:20 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap