I am using the newly released 1.0.7 version of Callback file system for an evaluation. I am running the included c# sample Mounter application.
The mounter app did work fine the first few times, until I clicked Uninstall Driver. Now I cannot install the driver again. I have rebooted the PC I am testing on, in case that is the issue, but I still get an error fro InstallDriver().
I've tried both debug and release of cbfs.sys. I am running 32bit Windows XP.
The exception from InstallDriver() is "Exception of type 'CallbackFS.ECBFSError' was thrown." - the error message is "1008".
Any ideas? Do I need to manually remove some previous driver install?
FYI I was initially using the previous release of cbfs, so it was this version that UninstallDriver() was called from.
Many thanks in advance,
Mark Baker