What the hell does this mean? C:\VS_Projects\MyEventSink\MyEventSink\bin>tlbimp exoledb.dll /keyfile:exoledb.k ey /out:interop.exoledb.dll /namespace:CDO Microsoft (R) .NET Framework Type Library to Assembly Converter 2.0.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. TlbImp : warning TI0000 : At least one of the arguments for 'IExStoreEventLogonI nfo.GetUserSid' cannot be marshaled by the runtime marshaler. Such arguments wi ll therefore be passed as a pointer and may require unsafe code to manipulate. TlbImp : warning TI0000 : The type library importer could not convert the signat ure for the member '_SID.SubAuthority'. Type library imported to C:\VS_Projects\MyEventSink\MyEventSink\bin\interop.exol edb.dll C:\VS_Projects\MyEventSink\MyEventSink\bin> I'm lost, I have no friggin clue what I'm doing....
Hello Todd, you can safely ignore these warnings. Just add the newly created assembly as an assembly reference to your project. Greetings, Henning Krause "Todd Jaspers" wrote in message news:A374C45C-AAE4-43E5-8B75-8235077BFCB8@microsoft.com... > What the hell does this mean? > > > C:\VS_Projects\MyEventSink\MyEventSink\bin>tlbimp exoledb.dll > /keyfile:exoledb.k > ey /out:interop.exoledb.dll /namespace:CDO > > > Microsoft (R) .NET Framework Type Library to Assembly Converter > 2.0.50727.42 > Copyright (C) Microsoft Corporation. All rights reserved. > > TlbImp : warning TI0000 : At least one of the arguments for > 'IExStoreEventLogonI > nfo.GetUserSid' cannot be marshaled by the runtime marshaler. Such > arguments wi > ll therefore be passed as a pointer and may require unsafe code to > manipulate. > TlbImp : warning TI0000 : The type library importer could not convert the > signat > ure for the member '_SID.SubAuthority'. > Type library imported to > C:\VS_Projects\MyEventSink\MyEventSink\bin\interop.exol > edb.dll > > > C:\VS_Projects\MyEventSink\MyEventSink\bin> > > > > I'm lost, I have no friggin clue what I'm doing.... >