I am currently using Microsoft.Office.Interop.Word.Application for a c# desktop application project and I need to insert footnotes in my document automatically using c#. I have searched many different places but have not found a solution which works for me.
I am using visual studio 2010, c#, word 2007, WPF
Thanks.
EDIT:
Solutions I have tried:
-http://msdn.microsoft.com/en-us/library/bb211955%28v=office.12%29.aspx (This is visual basic)
-Solutions that include xml
I need solutions that are C# and C# only
I haven’t tested it, but that would be a rough outline of how to do it.