作者:磊仔2502898265 | 来源:互联网 | 2022-12-21 15:26
IhaveasimpleWindowsFormapplication(WPF)withentityframework.Aftercompiled,onlyafewfile
I have a simple Windows Form application(WPF) with entity framework. After compiled, only a few files generated:
我有一个带有实体框架的简单Windows窗体应用程序(WPF)。编译后,只生成几个文件:
EntityFramework.dll
EntityFramework.xml
MyApp.exe
MyApp.application
MyApp.exe.config
...
Then I just copy following files to a network shared folder:
然后我将以下文件复制到网络共享文件夹:
EntityFramework.dll
MyApp.exe
MyApp.exe.config
Then I can double click on MyApp.exe from developer computer the launch the app, but can not launch from another end user computer.
然后我可以双击MyApp。exe从开发人员电脑上启动应用程序,但不能从其他终端用户电脑上启动。
How to resolve this problem?
如何解决这个问题?
2 个解决方案