本文介绍了找不到Form1.resx的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经制作了几个Winform项目c#,MS Access数据库都运行正常。
现在一段时间后他们没有运行我把它们放在外部驱动器上。错误
我得到的是Form1.resx无法找到。我已经找到了答案,但没有找到答案。
Form1.resx上发生了什么黄色三角形?
项目目录中不存在Form1.resx项。它可能已被移动,重命名或删除。
我尝试过:
我搜索了高低,但发现没有回答。
I have made several Winform projects c# with a MS Access database all worked fine.
Now after time they dont run I have them on a external drive. The error
I get is Form1.resx cannot be found. I have searched for an answer but found none.
what happen to Form1.resx it has the yellow triangle on it?
The item Form1.resx does not exist in the project directory. It may have been moved, renamed or deleted.
What I have tried:
I have searched high and low but found not answer.
推荐答案
这篇关于找不到Form1.resx的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!