事件:用vs2005.NET制作dll,编译链接时提示
error PRJ0050: Failed to register output. Please ensure you have the appropriate permissions to modify the registry.
起因:在项目中插入了一个外部的dll,该dll不是COM形式,不需要进行注册
解决方法:
set "Project | Properties | Configuration Properties | Linker | Gneral | Register Output" to "No"
error PRJ0050
最新推荐文章于 2017-11-12 18:18:00 发布