Reputation: 3729
Im getting the error below when i try to build my web app. the same code work on my other machine, but not in the main dev. i have the dll in the bin folder, too. and the error discription is nothing more than the one given below? any ideas whats going on ?
Could not load file or assembly 'Microsoft.Office.Interop.PowerPoint12' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040
Upvotes: 1
Views: 1666
Reputation: 300559
Sounds like the Office (PowerPoint) COM components are not installed on that machine.
Upvotes: 1