Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cassandra/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Debugging 调试智能卡微型驱动程序_Debugging_Visual Studio 2012_Smartcard_Cng_Mscapi - Fatal编程技术网

Debugging 调试智能卡微型驱动程序

Debugging 调试智能卡微型驱动程序,debugging,visual-studio-2012,smartcard,cng,mscapi,Debugging,Visual Studio 2012,Smartcard,Cng,Mscapi,我目前正在开发一款CNG智能卡微型驱动程序 为了测试某些功能,我想使用makecert将私钥导入智能卡 不幸的是,每次更改我都必须将minidriver.dll复制到system32目录。但是,一旦我第一次调用了makecert,minidriver.dll就会被使用,除非我重新启动电脑,否则我无法覆盖它(这确实花费了太多时间) 有没有办法在不重新启动的情况下覆盖它 我的第二次尝试是使用VisualStudio调试它,并从VisualStudio启动makecert。但我会得到提示:断点当前不会

我目前正在开发一款CNG智能卡微型驱动程序

为了测试某些功能,我想使用
makecert
将私钥导入智能卡

不幸的是,每次更改我都必须将
minidriver.dll
复制到system32目录。但是,一旦我第一次调用了
makecert
,minidriver.dll就会被使用,除非我重新启动电脑,否则我无法覆盖它(这确实花费了太多时间)

有没有办法在不重新启动的情况下覆盖它

我的第二次尝试是使用VisualStudio调试它,并从VisualStudio启动
makecert
。但我会得到提示:断点当前不会被命中。没有为此文档加载任何符号。

是否有一种方法可以使用
makecert.exe
在Visual Studio中调试minidriver.dll

谢谢你的帮助