I have a WCF Service Library with netTcpBinding. Its app.config as follows: <configuration> <system.serviceModel>
I have a service that has a dependency on SQL server express (2005). Every morning when I reboot my machine, I see that the service has not started. In the event viewer, I see the following error:
I\'m using Entity Framework in my project, and I have the problem that, once I pass my entities to a View (keep in mind that these entities have lazy-initialized objects along the lines of: Products.O
I am running SQL Server 2008 Express and can connect to it fine using port forwarding through my router, AND when I am on the same subnet.
I wrote the below script to read the feedback data. But, for some reasons, I am not receiving any data from the server. Can you kindly let me know whats wrong with the script. Also, if you have any wo
First,Im running a windows service that should contain a lot of funcionality.There will be a business layer and the results comming from this business layer will be sent over WCF to the presentation l
I have a legacy service which was developed in VC++ 6.0 and right now maintained using Visual Studio 2008.
My question is essentially the same as the following one but the answer did not help me. .NET Windows Service - multiple services in one project
I need to develop a service able to convert MS Office and Open Office documents to PDF. And the PDF`s also need to be commentable when opened in ADOBE Reader.
I was wondering if there is a way to take a scr开发者_运维知识库eenshot of the current screen inside the mobile phone using a service (I know how to do it through DDMS though)Not without root access.J