What is the meaning of this??? please help :'(
"An assembly with the same identity 'Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' has already been imported. Try removing one of the duplicate referenceS"
ArchitaPosted Apr 23, 2014, 4:58 AM
mackie duenasPosted Apr 23, 2014, 10:24 PM
using System;
mackie duenasPosted Apr 23, 2014, 10:17 PM
Jignesh TrivediPosted Apr 23, 2014, 6:19 AM
hi,
check your project web.config to make sure that there is no double entry for assembly Microsoft.Office.Interop.Word
hope this will help you.