I’m trying to add the System.ServiceModel reference on my CLR project. When I click ‘Add Reference’ on my CLR project, all I see within the window that pops up when I try to do this is the Projects and SQL Server tabs. Under the SQL Server tab there is no System.ServiceModel reference. No matter what framework I target my project to, I do not see the System.ServiceModel reference. What can I do?
I’m trying to add the System.ServiceModel reference on my CLR project. When I click
Share
I’m not sure you’re supposed to have the ability to do this at all, actually. At least, in VS2010 I can’t do this, none of my colleagues at work can either. You only see the SQL and Project tabs, and the only time you get the ServiceModel reference in the project’s references is when you add a service reference to an actual WCF service.