Search code examples
.netiis-6

Server 2k3 Missing Assemblies for .NET 4


I've been building a site for work on my Windows 7 box and the app will be deployed to a 2k3 machine. I FINALLY got it working where the site will load with the extensionless urls. Now my issue is when I get into the part of the site that is driven by our db there are no assemblies available.

I believe I only have the client version of .NET 4 installed and according to this post I should simply need to download and install the full framework. Since this is our production box I wanted to confirm this. Also would it matter in choosing the standalone installer or the web install?

EDIT: I just pulled up the Web Installer on our Server and it shows that .NET 4 is installed. Any tips on what might be causing my missing assembly reference?


Solution

  • Ended up just installing VS to the server. Appeared to be the easiest way to accomplish what I needed and it's working so all is well.