views:

1233

answers:

1

Hi,

I am creating a project that requires the System.ServiceModel.Web.dll. I have added a reference by right-clicking the reference "folder" in the project explorer. A search of the system shows System.ServiceModel.Web.dll in different directories: Program Files(x86), x64, GAC, etc. It doesn't seem to matter which one I pick, as I always get an exclamation mark next to the icon. My using statement also fails.

If I look in the same directory that System, System.Core, etc. refer to, it's:

C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\Profile\Client\

...but the dll is not there, only its' XML config file.

What am I doing wrong ?

Thanks,

Scott

A: 

Solved. Turns out there was a similar post at: http://stackoverflow.com/questions/1825417/where-is-system-servicemodel-web-dll.

Scott Davies