Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

System.ServiceModel.dll missing in references visual studio 2010

I want to use ChannelFactory<TChannel> Class I am trying to add reference to System.ServiceModel.dll but I not see it in the references .

I see there System.ServiceModel.web.dll but it is something different .

I am using VS 2010 .net 3.5.

Any idea what is the issue here ?

like image 826
Night Walker Avatar asked Sep 22 '11 07:09

Night Walker


1 Answers

Do:

  1. Add reference.
  2. Browse, "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.ServiceModel.dll
  3. Click OK

That worked for me

like image 139
L Ron Hub Bub Avatar answered Nov 09 '22 18:11

L Ron Hub Bub