英文:
VSTO Outlook Plugin Drag Drop issue
问题
While debugging vsto extension with visual studio 2019, I cannot drag & drop files onto email area. This never happens while starting outlook by itself. There is no setting in visual studio project settings. This one is being shown on outlook (before releasing mouse button). How to pass this?
英文:
While debugging vsto extension with visual studio 2019, I cannot drag & drop files onto email area. This never happens while starting outlook by itself. There is no setting in visual studio project settings. This one is being shown on outlook (before releasing mouse button). How to pass this?
答案1
得分: 1
"Most likely that means VS is running with elevated privileges (Run As Administrator) and Windows Explorer is not.
Don't run VS as admin or run the Explorer as an admin as well."
英文:
Most likely that means VS is running with elevated privileges (Run As Administrator) and Windows Explorer is not.
Don't run VS as admin or run the Explorer as an admin as well.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论