Author Archives: Wayne Barker

What is new in C# 6

So what is new in C# 6.0? I am documenting the new features in C# 6.0 simply to keep myself up to date and maybe someone else will also benefit.

The queue does not exist

“The queue does not exist or you do not have sufficient permissions” If you get the following error with MSMQ it might be that your MSMQ is not correctly installed or that you have not provided the correct permissions when the queues where created.

WIF Tracing \ Troubleshooting

I was having some issues today with a WS Federation implementation using a passive STS. I was logging onto the STS but when the browser redirected back to the client after a login, the client rejected the token and redirected me back to the STS again. There was no error message and after searching online… Read More »