Hi,
“未能从“FilesWritten”参数中检索到“GenerateResource”任务的输出。对象与目标类型不匹配。”
修改vbproj文件,添加如下代码:
<PropertyGroup>
…
<DisableOutOfProcTaskHost>true</DisableOutOfProcTaskHost>
</PropertyGroup>
Best Regards,
Alex
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any
compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.