NServiceBus - Type was not registered in the serializer - Fix?
问题 We are using NServiceBus in a web application and each time we deploy our code to production, we have to delete the Temporary Files in the folder: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files We are following the instructions here to fix this: http://www.nservicebus.com/faq/TypeNotRegisteredInSerializer.aspx I was wondering if there is a more permanent fix to this? I feel like I am fighting with this every time I deploy new code. What is the best way to handle this