找到以下配置文件
"C:Program Files (x86)Common FilesMicrosoft SharedVSA9.0VsaEnvvsmsvr10.exe.config"
"C:Program Files (x86)Common FilesMicrosoft SharedVSA9.0VsaEnvvsaenv10.exe.config"
"C:Program Files (x86)Microsoft Visual Studio 10.0Common7IDEdevenv.exe.config"
在配置文件的 <runtime> 后面添加<AllowDComReflection enabled="true"/>即可(重启VS2010):
例如:
<configuration>
<runtime>
<AllowDComReflection enabled="true"/>
然后宏就可以用了!!!