I have a C# program that uses Excel Automation. I tried to mono compile this VS program on Windows and get the following exceptions. Being a newbie, I'm not sure how to correct this problem. This program does work when I build using VS.
c:\RedLines011Test>mono bin\redlines.exe
//Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass //embly 'Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, Public //KeyToken=71e9bce111e9429c' or one of its dependencies. //File name: 'Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, P //ublicKeyToken=71e9bce111e9429c' //[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not lo //ad file or assembly 'Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=n //eutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. //File name: 'Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, P //ublicKeyToken=71e9bce111e9429c'