Wulf2k / DaS-PC-MPChan

77 stars 30 forks source link

Error on launch #42

Closed Wulf2k closed 8 years ago

Wulf2k commented 8 years ago

Current master can't seem to find the readme on launch if it's an EXE outside of the build folder.

Wulf2k commented 8 years ago

It's not the readme, it complains about CommonMark.

System.IO.FileNotFoundException: Could not load file or assembly 'CommonMark, Version=0.1.0.0, Culture=neutral, PublicKeyToken=001ef8810438905d' or one of its dependencies. The system cannot find the file specified. File name: 'CommonMark, Version=0.1.0.0, Culture=neutral, PublicKeyToken=001ef8810438905d' at DSCM.DSCM.loadReadme() at DSCM.DSCM.DSCM_Load(Object sender, EventArgs e)

Wulf2k commented 8 years ago

It works if I copy the CommonMark.dll with it, but I'd prefer not to do this.

Wulf2k commented 8 years ago

Removed CommonMark, help tab is now a textbox.

Chronial commented 8 years ago

I think ILMerge might solve that issue. I'm busy right now, will have a look later.