|
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
>
|