Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法运行? #6

Closed
jhdxr opened this issue Dec 13, 2014 · 3 comments
Closed

无法运行? #6

jhdxr opened this issue Dec 13, 2014 · 3 comments

Comments

@jhdxr
Copy link

jhdxr commented Dec 13, 2014

我直接clone了master的代码,然后用vs2013打开后,启动Altman.WinForm,然后报Object reference not set to an instance of an object.

Program.cs L30

appDomain.ExecuteAssembly(Assembly.GetExecutingAssembly().CodeBase);

“System.NullReferenceException”类型的未经处理的异常在 Altman.WinForm.exe 中发生

其他信息: Object reference not set to an instance of an object.

@keepwn
Copy link
Owner

keepwn commented Dec 13, 2014

是因为程序运行的时候,build目录下dll不全。建议排查一下具体缺了什么文件,大部分引用文件都在源代码目录的libraries和resources文件夹中,也可以大致参考编译版程序的目录结构。

@keepwn
Copy link
Owner

keepwn commented Dec 17, 2014

Readme已经更新,你可以按照编译这部分的说明来编译

@jhdxr
Copy link
Author

jhdxr commented Dec 17, 2014

ok了,非常感谢

@jhdxr jhdxr closed this as completed Dec 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants