c# - Could not load file or assembly - Outlook -



c# - Could not load file or assembly - Outlook -

i have asp.net website open outlook mail service item on clicking button. have added reference 'microsoft.office.interop.outlook' version 12.0. can able run solution file.

but when hosted application in iis, getting error below,

could not load file or assembly 'microsoft.office.interop.outlook, version=14.0.0.0, culture=neutral, publickeytoken=71e9bce111e9429c' or 1 of dependencies. located assembly's manifest definition not match assembly reference. (exception hresult: 0x80131040)

please help

also have deleted version 12.0 solution , added version 14.0. can able run solution successfully. not able find outlook in bin. confused.. please help on also.

i guess need install outlook dll version 14.0 in gac. dll. because when add together 14.0 version solution, reflecting in web.config file. not see in bin folder.

c# outlook

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -