visual studio 2012 - Debugging Smart Card Minidriver -


i'm working on cng smart card minidriver.

to test functionality i'd use makecert import private key smart card.

unfortunately every change make have copy minidriver.dll system32 directory. once called makecert first time, minidriver.dll in use, , can't overwrite unless reboot pc (which takes time..)

is there way overwrite without rebooting?

my second attempt debug using visual studio , starting makecert visual studio. prompted with: the breakpoint not hit. no symbols have been loaded document.

is there way debug minidriver.dll within visual studio using makecert.exe?

thanks help.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -