So I have a c# application that runs perfect on my machine. When I try to run it on a pc without vs 2012 I get this exception at some point. I cant figure out what vs is installing that my application is referring to..
system.io.filenotfoundexception could not load file or assembly system.web.Mvc
I checked the installed drivers / programs but the program still works if I uninstall mvc 3. But if I remove vs it stops working. .net 4.5 is installed on the pc.
The application:
The application connects to a rest api and performs some post / put / get / del requests.