Questions tagged [service-model]

39 questions
0
votes
1 answer

SEHException thrown while loading an application in a C# Server Process

I have a .NET Client which has several C# library files, one of the c# library file loads a third party native library. Now for some reasons we would like to convert the C# library to a new C# server Process which will in turn host the third party…
GeeKay
  • 1
  • 3
0
votes
1 answer

How to keep / set the default admin password in Azure ASM after a copy of the OS Disk

I need to migrate old Classic VMs to New (still) Classic VMs in order to use : New Kind of VMs (Standard_A to Standard_DS_V2) Premium Disks I've made a script which is : Stop the existing VM Delete the existing VM Copy the old disks (OS + Data)…
0
votes
1 answer

My windows app can not find the default endpoint element for the reference contract to the web-service APIs on client-side

My windows desktop application can not find the default endpoint element for the reference contract to the web-service APIs on client-side. The client app can be executed correctly on the Visual Studio IDE, but it runs into some problem in the…
0
votes
0 answers

edit system.serviceModel on app.config

I have a software written in c# WPF. In the file app.config I have this section:
Mattekr
  • 127
  • 2
  • 14
0
votes
1 answer

unrecognized configuration section system.servicemodel/domainServices

In visual studio 2010 and 2012, i cant add an item domain service... I have this message after naming my service : "unrecognized configuration section system service-model domain-services" after click on OK, nothing has been create...
0
votes
1 answer

Update Config File at design time when adding a reference

I have a DLL that references a web service. I would like to automatically add the ServiceModel element to the config file when you add a reference to the dll. Is that even possible? I know that when you add certain things to your project, this is…
essedbl
  • 520
  • 1
  • 7
  • 19
0
votes
1 answer

How to Configuring WCF services to work with both HTTP and HTTPS - multiple bindings not working

Iam fairly new to Silver-light and WCF, so please bear with me. I have silver-light application that calls .svc service. The service is being called successfully over https but i would also like to make it work with calls over plain http. What…
StackTrace
  • 9,190
  • 36
  • 114
  • 202
0
votes
1 answer

How can I dynamically set a .Net 3.5 Web Service that uses SSL?

I'm writing an application that needs to connect to a web service. Under certain circumstances, I need to toggle the endpoint address. I assume this is as simple as changing the System.ServiceModel.Description.ServiceEndpoint, when the address…
RLH
  • 15,230
  • 22
  • 98
  • 182
-1
votes
1 answer

Why the exception: System.TypeLoadException (Could not load type 'System.ServiceModel.ExceptionHelper') is thrown?

I am programming a ArcGIS Pro 3.1 AddIn with C#. The following line var pipeFactory = new ChannelFactory(new NetNamedPipeBinding(), new…
Gener4tor
  • 414
  • 3
  • 12
  • 40
1 2
3