magicodes / Magicodes.NET

Magicodes.NET框架
GNU General Public License v2.0
117 stars 91 forks source link

NLog程序集不能加载 #24

Open Yanniklee opened 9 years ago

Yanniklee commented 9 years ago

private void InitLog() { if (hasInitialize) return; var properties = new NameValueCollection(); properties["configType"] = "FILE"; properties["configFile"] = "~/App_Data/config/NLog.config"; LogManager.Adapter = new Common.Logging.NLog.NLogLoggerFactoryAdapter(properties); log = LogManager.GetLogger("Magicodes.Core.Strategy.Logger"); hasInitialize = true; }

提示:未能加载文件或程序集“NLog, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c”或它的某一个依赖项。系统找不到指定的文件。 但是工程里面的dll引用是OK的。这是什么原因呢

magicodes commented 9 years ago

是最新的版本么?如果可以,明天我远程下看看好了。

Yanniklee commented 9 years ago

是最新版本,很奇怪。我在我另外一机器上就没有问题。但是VS是2013版本的。但是不能注册新账号。我看数据库里面有一个admin 账号。但是密码是多少呢

jetablezhu commented 9 years ago

密码在\Models\Magicodes.Models.Mvc\Migrations\Configuration.cs文件中有,数据库的seed逻辑中

Yanniklee commented 9 years ago

收到。感谢@jetablezhu

magicodes commented 9 years ago

@Yanniklee 这个问题还呈现么?

Yanniklee commented 9 years ago

还是呈现的。就是我在VS2012的报这个错。在2013没有出现