keepwn / Altman

the cross platform webshell tool in .NET
Other
540 stars 226 forks source link

无法运行? #6

Closed jhdxr closed 9 years ago

jhdxr commented 9 years ago

我直接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 commented 9 years ago

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

keepwn commented 9 years ago

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

jhdxr commented 9 years ago

ok了,非常感谢