Rychard / GnomeServer

Integrated Web Server for Gnomoria
MIT License
4 stars 3 forks source link

Failed to resolve assembly: 'gnomorialib, Version=0.9.18.0, Culture=neutral, PublicKeyToken=null' #14

Open GameFanager opened 8 years ago

GameFanager commented 8 years ago

Using the 0.1 release, after changing the path to my game, i receive this error

Rychard commented 8 years ago

You're receiving this error when you try to run inject.linq?

If so, what do you have path and outputPath set to?

Of note, a bug fix has been made to that file since Version 0.0.1, to correct an error when either of those paths is missing a trailing \ character. It's not explicitly mentioned that a trailing slash was required, and has been changed in a later commit to remove this requirement altogether (it's less hassle for me to handle this scenario it in code than to enforce arbitrary requirements on the user input).

I hope this works. If not, let me know and I'll try to figure out what's gone wrong.