I am tring to implement the below tutorial to create an excel document
http://www.codeproject.com/Articles/20228/Using-C-to-Create-an-Excel-Document
However I recieved the below error
CS1748: Cannot find the interop type that matches the embedded interop type 'Microsoft.Office.Interop.Excel.Application'. Are you missing an assembly reference?
After that I tried to set Embed interop types to false,
This time I recieve below error
CS0234: The type or namespace name 'Office' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
However Microsoft.Office.Core reference is already added.