Failure to extract the service name from INF file

Hello,

I am developing a minifilter since some time and started getting an error during the deployment of my driver to a local VM stating:

Extracting service name from inf <Path to .inf file> Failed:

But I cannot find more information about the error and do not know where to search for it. The minispy example minifilter does not encounter the same error.
My inf file was not changed before I started getting this error message.

If anyone can suggest some directions I might look towards to understand the error, I would be really grateful.

Thank you and have a nice day.

Usually check the SetupAPI logs. Though there are lots of working example INFs so should really be a matter of doing a diff and seeing what you have wrong...