I'm getting the following error on starting up NServicebus.Host.exe
The runtime has encountered a fatal error. The address of the error was at 0x9124e4c7, on thread 0x2094. The error code is 0x80131623. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.
I get this when I start the project through Visual Studio or directly through a command prompt and am having a hard time troubleshooting why it's crashing - suggestions would be greatly appreciated.