views:

96

answers:

2

Add service reference to Amazon service fails, saying "Could not load file or assembly "System.Core, Version=3.5.0.0,...' or one or more of it dependencies. The module was expected to contain an assembly manifest."

This is in VS 2008, haven't installed SP1 on this machine yet. Any ideas?

+1  A: 

This can happen if ASP.NET isn't installed. Go to Add/Remove Windows Components and look under IIS; make sure that ASP.NET is checked (meaning that it's installed.) That should clear up your problem!

Daniel Jennings
A: 

ASP.net appears to be installed, but it seems to be corrupted. My guess is that if I install .net SP1, or reinstall .net, it will correct this issue, but I'm not going to do that tonight.

Eric Haskins