I have a question about BITS Com library. When i try to add a reference in
my .net project to a BITS com library, vs 2008 does not show me BITS in
component window to produce wrapper for it . For this reason i searched the
registry using bits.idl file.
[
uuid(1deeb74f-7915-4560-b558-918c83f176a6),
helpstring("Microsoft Background Copy Queue Manager 1.0"),
lcid(0x0000),
version(1.0)
]
I searched helpstring in the registry but it didn't find anything. Why i can
not find this item ? And i do not know the name of the dll file which
microsoft uses for bits. I thought that it may be qmgr.dll or qmgrprxy.dll
but i was wrong.
Could anyone know the reason
http://code.msdn.microsoft.com/bits
and there's one included in the sample code for this:
http://www.simple-talk.com/dotnet/.net-tools/using-bits-to-upload-files-with-.net/
--
Phil Wilson
The Definitive Guide to Windows Installer
http://www.apress.com/book/view/1590592972
"onurcakir" <onur...@discussions.microsoft.com> wrote in message
news:19D4DF73-BCC6-4BC7...@microsoft.com...