Framework Reference not found
-
Hi, I'm tryig to add a project reference to Microsoft.ServiceModel.Channels.dll, specifically to access the UnSupportedOperationException exception class. However, I can't see it in the list of .Net references. I'm surprised not to find this dll in the frameowrk list. Can someone explain what I should be referencing in order to access UnSupportedOperatinException?
Regards, Dave
-
Hi, I'm tryig to add a project reference to Microsoft.ServiceModel.Channels.dll, specifically to access the UnSupportedOperationException exception class. However, I can't see it in the list of .Net references. I'm surprised not to find this dll in the frameowrk list. Can someone explain what I should be referencing in order to access UnSupportedOperatinException?
Regards, Dave
This DLL is only available in .NET 3, .NET 3.5 or as addon functionality in .NET 2. What version are you using?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
-
This DLL is only available in .NET 3, .NET 3.5 or as addon functionality in .NET 2. What version are you using?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
-
I'm using .Net 3.5 so it should be there. I'm wondering whether there's something about my project config that's getting in the way that I'm not aware of. Target framework is marked as 3.5 but perhaps there's more I need to consider...
Regards, Dave