Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I deployed one of my asp.net applications in IIS 7.5, but got the error
HTML
Compiler Error Message: CS1748: Cannot find the interop type that matches the embedded interop type 'Microsoft.Office.Interop.Outlook.Application'. Are you missing an assembly reference?

In this project, the
C#
Microsoft.Office.Interop.Outlook
is in the References. It is fine if I run debugging on the project.
Currently, MS Office Professional, Production Version: 14.0.7015.1000 is installed on my desktop. The IIS server is in the same CPU.
Per c# - using Excel = Microsoft.Office.Interop.Excel Compilation Error - Stack Overflow[^], the problem could be gone if the .dll is in the \bin\. In my application, the
C#
Microsoft.Office.Interop.Outlook.dll
is in the \bin\ folder.
Appreciate if you can help for this problem.
Posted
Updated 22-Jan-16 5:46am
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900