Mmm, software
Showing posts with label
services
.
Show all posts
Showing posts with label
services
.
Show all posts
Tuesday, April 03, 2018
Accessing remoting exceptions and original causes of Exceptions in Service Fabric stateless/stateful services in v3.0+/v6.1+
›
The section "Remoting Exception Handling" on this docs.microsoft.com page appears to be the sum and total of the Service Fabric t...
Thursday, March 22, 2018
Troubleshooting connections to a service running in Service Fabric in Azure
›
Recently I decided to try deploying a Service Fabric cluster to Azure and investigate what it takes to create applications with Service Fabr...
Wednesday, November 26, 2014
Creating Azure Services with Visual Studio 2013 and Windows 8.1
›
Download and install Visual Studio 2013 Download and install the Web Platform Installer, v5.0 or greater From the Web Platform Installer...
Wednesday, August 14, 2013
Journey to robust windows services: killing a service that failed during OnStartup and now won't stop (even though Stop() has been called)
›
I've found that sometimes I don't exactly get my service configuration right the first time, and this can cause a failure when calli...
Sunday, August 04, 2013
Journey to robust web services: Fixing an error 404.3 message in IIS 7.0 / 8.0
›
I've recently had to go out of town, and only had my personal laptop to take with me. I usually develop in a Windows 7 environment with ...
Saturday, May 25, 2013
Journey to robust windows services: Service could not be installed. Verify that you have sufficient privileges to install system services
›
This is an annoying and almost entirely useless error. It can be caused by any number of things. However, in my case today, it was caused by...
Thursday, May 16, 2013
Journey to robust windows services: debugging your WiX custom actions
›
I've recently had some trouble getting WiX custom actions to work, and after searching around for a while, I found this article . It giv...
Monday, May 06, 2013
Journey to robust web services: debugging services and logging messages
›
One of the quickest and best ways to debug issues with the services you're developing is to log and trace all activity with WCF along wi...
Sunday, May 05, 2013
Journey to robust web services: my clients are unable to connect!
›
I've been testing out some web services I've been working on extensively on my own machine, but the time has finally come where I wa...
Sunday, April 28, 2013
Journey to robust web services: debugging a net.tcp service
›
I'm creating a net.tcp-based WCF web service for use with my current project, and so far the learning curve hasn't been very shallow...
Tuesday, January 15, 2013
Journey to robust Windows Services
›
Because I have the need for it in several projects, I'm going to be working with Windows Services implemented with .NET quite a bit in t...
Adding the Network Service account to the permissions for a file/folder/registry key etc
›
I'm currently developing a Windows Service that's to be run under the Network Service account (owing to the fact that it requires su...
›
Home
View web version