Looking for a simple example of an RTD server written in C# that utilizes reg free COM so that deployment is just copying files. RTD stands for "Real Time Data" -- it is a COM technology that enables Excel spreadsheets to receive real-time updates. COM components can be written in C#, and COM also supports registration-free deployment (so no need for any registry entries when deploying). I would like a working example of a simple reg free COM RTD server, written in C#, that simply...