如何在VS2008中禁用我的DLL项目的寄存器DLL构建步骤?

sas*_*alm 3 visual-studio-2008

我收到了这个错误

error PRJ0050: Failed to register output.  Please try enabling Per-user Redirection or register the component from a command prompt with elevated permissions.
Run Code Online (Sandbox Code Playgroud)

我真的不需要将DLL注册为构建的一部分,在哪里可以从项目配置中禁用该步骤?

sas*_*alm 7

找到它,我需要将"链接器设置" - >"注册输出"设置为false.