mccalltd / AttributeRouting

Define your routes using attributes on actions in ASP.NET MVC and Web API.
http://mccalltd.github.io/AttributeRouting/
MIT License
416 stars 89 forks source link

"vjscor" Missing #292

Open andyjonesx opened 10 years ago

andyjonesx commented 10 years ago

I've used AttributeRouting on multiple projects without issue. I am using it on a new one, and whilst it works fine locally (though I have to remove the "routes.axd" line from the web.config), when I put it onto the server it errors, saying it cannot find the "vjscor" library, version 2.0.0.0.

I've isolated the issue to the point that it is only happening if I have AttributeRouting used, and eliminated any other possibility, but I cannot find any reason it needs this.

The project is .Net 4.5, and the server is using 4.5 with integrated pipeline.

Any suggestions would be great.