c# - Windows application error after install -
i'm getting following error after install windows application client machine. works in development machine.
system.io.filenotfoundexception: not load file or assembly 'microsoft.office.interop.word, version=14.0.0.0, culture=neutral, publickeytoken=71e9bce111e9429c' or 1 of dependencies. system cannot find file specified. file name: 'microsoft.office.interop.word, version=14.0.0.0, culture=neutral, publickeytoken=71e9bce111e9429c'
thanks in advance.
you need install office interop assemblies on target machine. they're available download redistributable link below
http://www.microsoft.com/en-us/download/details.aspx?id=3508
Comments
Post a Comment