Click here to get back home

WDMC and an ActiveSync Service Provider

 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
WDMC and an ActiveSync Service Provider RoWie 02-08-2007
Get Chitika Premium
Posted by RoWie on February 8, 2007, 7:40 am
Please log in for more thread options
Hi,
I have develop an ASP wich works with ActiveSync 4.1 correctly. but tests
under VISTA Ultimate with WDMC 6 kill the WDMC Session. In the Eventlist I
become the fallowing errormessage (sorry in german).

Protokollname: Application
Quelle: Application Error
Datum: 08.02.2007 09:58:42
Ereignis-ID: 1000
Aufgabenkategorie:(100)
Ebene: Fehler
Schlüsselwörter:Klassisch
Benutzer: Nicht zutreffend
Computer: RW4
Beschreibung:
Die Beschreibung für die Ereignis-ID "1000" aus der Quelle "Application
Error" wurde nicht gefunden. Entweder ist die Komponente, die dieses Ereignis
auslöst, nicht auf dem lokalen Computer installiert, oder die Installation
ist beschädigt. Sie können die Komponente auf dem lokalen Computer
installieren oder reparieren.

Falls das Ereignis auf einem anderen Computer aufgetreten ist, mussten die
Anzeigeinformationen mit dem Ereignis gespeichert werden.

Die folgenden Informationen wurden mit dem Ereignis gespeichert:

WmdHost.exe
6.0.6783.0
45b7b21a
AcRindSync.dll
3.0.0.1
45c88136
c0000005
000013a4

Die Ersatzzeichenfolge zum Einfügen des Index (%1) wurde nicht gefunden

Ereignis-XML:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2007-02-08T08:58:42.000Z" />
<EventRecordID>394</EventRecordID>
<Channel>Application</Channel>
<Computer>RW4</Computer>
<Security />
</System>
<EventData>
<Data>WmdHost.exe</Data>
<Data>6.0.6783.0</Data>
<Data>45b7b21a</Data>
<Data>AcRindSync.dll</Data>
<Data>3.0.0.1</Data>
<Data>45c88136</Data>
<Data>c0000005</Data>
<Data>000013a4</Data>
</EventData>
</Event>

When debugging my DLL with VS2005 I can test the DLLRegister routine is
running with rindll32.exe to create a lot of registry entries. It's ok, it's
the same as under XP.
For wich entry in WDMC I must haven an %1 ?

Roland


Posted by Gary Waliczek [MSFT] on February 9, 2007, 5:10 pm
Please log in for more thread options
Are you just trying to debug the SSP? You should be able to set WinDbg to
attach to wmdHost.exe at process start.

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


> Hi,
> I have develop an ASP wich works with ActiveSync 4.1 correctly. but tests
> under VISTA Ultimate with WDMC 6 kill the WDMC Session. In the Eventlist I
> become the fallowing errormessage (sorry in german).
>
> Protokollname: Application
> Quelle: Application Error
> Datum: 08.02.2007 09:58:42
> Ereignis-ID: 1000
> Aufgabenkategorie:(100)
> Ebene: Fehler
> Schlüsselwörter:Klassisch
> Benutzer: Nicht zutreffend
> Computer: RW4
> Beschreibung:
> Die Beschreibung für die Ereignis-ID "1000" aus der Quelle "Application
> Error" wurde nicht gefunden. Entweder ist die Komponente, die dieses
> Ereignis
> auslöst, nicht auf dem lokalen Computer installiert, oder die Installation
> ist beschädigt. Sie können die Komponente auf dem lokalen Computer
> installieren oder reparieren.
>
> Falls das Ereignis auf einem anderen Computer aufgetreten ist, mussten die
> Anzeigeinformationen mit dem Ereignis gespeichert werden.
>
> Die folgenden Informationen wurden mit dem Ereignis gespeichert:
>
> WmdHost.exe
> 6.0.6783.0
> 45b7b21a
> AcRindSync.dll
> 3.0.0.1
> 45c88136
> c0000005
> 000013a4
>
> Die Ersatzzeichenfolge zum Einfügen des Index (%1) wurde nicht gefunden
>
> Ereignis-XML:
> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
> <System>
> <Provider Name="Application Error" />
> <EventID Qualifiers="0">1000</EventID>
> <Level>2</Level>
> <Task>100</Task>
> <Keywords>0x80000000000000</Keywords>
> <TimeCreated SystemTime="2007-02-08T08:58:42.000Z" />
> <EventRecordID>394</EventRecordID>
> <Channel>Application</Channel>
> <Computer>RW4</Computer>
> <Security />
> </System>
> <EventData>
> <Data>WmdHost.exe</Data>
> <Data>6.0.6783.0</Data>
> <Data>45b7b21a</Data>
> <Data>AcRindSync.dll</Data>
> <Data>3.0.0.1</Data>
> <Data>45c88136</Data>
> <Data>c0000005</Data>
> <Data>000013a4</Data>
> </EventData>
> </Event>
>
> When debugging my DLL with VS2005 I can test the DLLRegister routine is
> running with rindll32.exe to create a lot of registry entries. It's ok,
> it's
> the same as under XP.
> For wich entry in WDMC I must haven an %1 ?
>
> Roland
>



Similar ThreadsPosted
Sample Activesync Service Provider C# June 12, 2006, 12:33 pm
C# sample of an ActiveSync Service Provider? November 22, 2006, 2:31 pm
ActiveSync device service provider and databases July 5, 2005, 12:07 pm
ActiveSync Service Provider for custom contacts May 9, 2007, 10:34 am
WM60 vs ActiveSync 4.5 service provider problem March 5, 2008, 11:52 am
WM60 vs ActiveSync 4.5 service provider problem March 5, 2008, 11:52 am
Development of ActiveSync - sorry - WMDC - provider April 14, 2008, 7:00 am
HTC Diamond / ActiveSync 4.5 / Mobile Provider November 11, 2008, 1:50 pm
WDMC & ActiveSync July 14, 2007, 12:46 am
Building 64 bit WMDC provider June 17, 2008, 9:26 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap