I have written a COM interface in C#. I then tried to write a simple application that references it so that I can test the COM interface, however Visual Studio does not allow COM interfaces to be referenced if they have been written in C#.
Is there any way to get around this? If not, which language is likely to be the easiest for me to accomplish my task?