whorchner

Results 5 comments of whorchner

Hi Rick, I moved the code from my personal github to a repository under our company github account. It is a private repository, so I added you as collobarator to...

The implementation runs now from Januari in production very stable (formdesk.com with a server farm). Even more stable than the framework. Pinning the clrhost to memory is the biggest win...

The code my implementation is based on comes from the samples of Microsoft. It is Ms prevered way of connecting to .NET Core. Did you see the comments at https://github.com/whorchner/wwDotNetBridge/issues/1...

The ClrHostFxWrapper.cpp is the workhorse and most of it code from MS. The issue with your implementation was (as I remember) that the .NET core runtime can only be loaded...

Successfuly implemented the solution in our PreMailer wrapper class. Since we only use simple variables (not the more complex functions) for email layouts, I don't expect to run into issues...