Error 8 Cannot embed interop type 'Microsoft.Office.Core.MsoLineDashStyle' found in both assembly 'c:\Users\Infocrew_sys2\AppData\Local\Temp\Temporary ASP.NET Files\grid\2782ad8b\d630cd7b\assembly\dl3\f9559043\0086f2c0_6cb8cc01\office.DLL' and 'c:\Windows\assembly\GAC\office\12.0.0.0__71e9bce111e9429c\OFFICE.DLL'. Consider setting the 'Embed Interop Types' property to false.
using Microsoft.Office.Core;
using Microsoft.Office.Interop.PowerPoint;
using ppt = Microsoft.Office.Interop.PowerPoint;
using System.Runtime.InteropServices;
i have reffered this files after that when i run the website its giving error as above
How to resolve this