Looking forward for your response.
Thanks and Regards
Subhash
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"subhash" <subhashs...@gmail.com> wrote in message
news:954edfd1-c013-4383...@s21g2000prm.googlegroups.com...
Best regads,
Tanya
Thanks for the help. Thats exactly what is happening. But the drivers
I tried with Vista asks for a restart.
Why Vista is doing so, when XP or 2000 dont. Is there any way I can
insert the driver on the run.
You have to restart only if:
a) you are trying to update the framework version (e.g. the current system
has WDF 1.5 installed and you're trying to install a WDF 1.7 driver).
AND
b) there are WDF drivers that are running.
In pre-Vista there are no inbox drivers, so by default there should be no
WDF drivers that are running, whereas in Vista there are inbox kmdf drivers,
which are running (i.e. the above prerequisite is always true), so you need
to restart when you're updating the framework.
If you want to see echo.sys driver working and trace and debug it - set
breakpoints in the driver's EchoEvtTimerFunc routine or in
EchoEvtIoWrite/EchoEvtIoRead (all in queue.c) and start EchoApp test
application as it is explained in the KMDF/echo sample documentation.
Best Regards,
Tanya