Page 1 of 1

[SE Source Code] Instalation Device Driver Failed

Posted: Mon Jan 13, 2014 8:11 am
by elborneo
i try to run in debug mode of SE Visual Studio Project, and run vpn client manager.
but i cant create new adapter, always showing error like attached pic.
FYI... i never touch the source code

can someone help me.. pls.

Re: [SE Source Code] Instalation Device Driver Failed

Posted: Wed Jan 15, 2014 10:08 am
by dnobori

Re: [SE Source Code] Instalation Device Driver Failed

Posted: Sat Jan 18, 2014 6:55 pm
by elborneo
hi dnobori

you are the coder of this amazing vpn server.

sorry for this newbie question..
let me know how to build my own custom driver installer,
i dont need full-build, i just need vpnclient service and vpncmd.
in full-build i found that driver_intaller.exe located in temp folder
i think that must be some parameters to run it from command line to make it works as portable application, CMIIW.

Thanks for your reply
awesome project.

Re: [SE Source Code] Instalation Device Driver Failed

Posted: Tue Jan 21, 2014 7:46 pm
by dnobori
Check whether the target CPU-bits is correct to the build target. If your Windows is 64-bit, you must choose x64 as the build target.