Hello Ciget!
It sounds like you've set everything up correctly. You're just trying to run your project in IIS Express on your VS 2013 machine, right?
Please make sure that copies of those DLL files do not appear in your bin directory. The NuGet package sets up build steps to copy them there, but that unfortunately doesn't work for ASP.NET projects. In such projects those files must be deleted from the bin directory, and those build steps should be disabled.
Please let us know if this helps. Thanks!
It sounds like you've set everything up correctly. You're just trying to run your project in IIS Express on your VS 2013 machine, right?
Please make sure that copies of those DLL files do not appear in your bin directory. The NuGet package sets up build steps to copy them there, but that unfortunately doesn't work for ASP.NET projects. In such projects those files must be deleted from the bin directory, and those build steps should be disabled.
Please let us know if this helps. Thanks!