Questions tagged [wcf-library]

8 questions
7
votes
1 answer

Diff between WCF service library and WCF service application

I want to use WCF service (.svc) in my WPF project., Iam trying to create a service., but in Visual studio we have "WCF service library" and "WCF service application". I tried both. When we create "WCF Service application" we will get .svc file.,…
Anusha.G
  • 73
  • 1
  • 1
  • 7
2
votes
1 answer

How can I Host Multiple Wcf Service library in same IIS virtual directory

I have a lot of WCF Service Library and each libary has multiple service. I want to host that libaries at one virtual directory in IIS. How can I do that. After that I don't to use config file I read that information from db. I can do that custom…
Sinan Oran
  • 49
  • 2
  • 9
0
votes
1 answer

WCF library contract into WCF Application

So, I'm new in WCF and haven't completely imagined how is it working.. I have a solution with several projects: EntityModelProject, WCFLibraryProject and WCFProject. WCFLibraryProject is between Entity and WCF Application. In WCFLibraryProject I…
Nomad
  • 35
  • 4
0
votes
1 answer

Communication between JavaScript and WCF Service Library (WCF Test Client)

there is a web service (WCF Service Library) when I debug the web service project (in Visual Studio) "Test Client WCF" is launched (so I guess its hosted via the Test Client). I have a web service method called "Test" which returns string. When I…
0
votes
0 answers

How to debug into service library from application

I created a service library and hosted it on an wcf service web site that is part of the same project. In the same project i have an app that consumes that wcf site via a web reference. The wcf service web site is hosted on IIS and im using VS2008.…
0
votes
1 answer

SqlConnection exception thrown by WPF but not by WebSite?

I have this project, which consists of a WCF Library acting as a Server for a Trouble Ticket system. Link for solution skeleton: https://i.stack.imgur.com/ccz7J.jpg I have an interface that allows me to access the server methods. I have a DB as you…
rafrochen
  • 23
  • 5
0
votes
0 answers

WCF library host in Windows service returns error

I'm new with WCF services, I have a WCF library (DLL) hosted in Windows service, this service is called by a DLL which is being called by reflection, I have the following app.config in Windows service and the EXE that calls the whole things…
SVI
  • 921
  • 4
  • 11
  • 23
0
votes
2 answers

Can a wcf client be configured via markup the same way a wcf library is hosted?

Here is my understanding of how a wcf library project is hosted. Once you create a wcf library project you have your app.config as follows:
deostroll
  • 11,661
  • 21
  • 90
  • 161