Add-in Express™ Support Service
That's what is more important than anything else
Other programs that come with the download include the 2013 versions of PowerPoint, Publisher and Access. Use the included Lync as a new instant messenger to stay connected with friends, family and even coworkers. Even if you used Microsoft Office in the past, you'll find some new features on the 2013 version. As far as I know, your server need have the corresponding version of Office installed. 15.0.0.0 should correspond to Office 2013 - that needs to be installed on your target machine (other versions of Office may not work). I suggest you could try to use 14.0.0.0 or 12.0.0.0, maybe it will work well. If you see Version 15.x, you’re using Office for Mac 2016. If you see Version 14.x, Office for Mac 2011 is what you’re using. On the Mac, there is no choice between running a 32-bit or 64-bit version of the operating system, since the OS has been 64-bit for several years.
EnterpriseDev Joined: 2016-07-01 |
| |
Dmitry Kostochko Add-in Express team Joined: 2004-04-05 |
| |
Bargholz Thomas Joined: 2006-12-18 |
| |
Andrei Smolin Add-in Express team Joined: 2006-05-11 |
|
Could not load file or assembly 'office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bc...
Jun 13, 2018 06:54 PM|smilingLily|LINK
I developed an application that opens Outlook on a button click. When I tested it locally it works fine with out any issues. I moved the code to test server and I am getting below error. How can I fix it? I have Microsoft office 2010 installed on my local machine as well as on the test server.
Dim Outl As Microsoft.Office.Interop.Outlook.Application = New Microsoft.Office.Interop.Outlook.Application()
I also tried using
KB 5000635
'Dim Outl As Object
'Outl = CreateObject('Outlook.Application')
' Outl = Activator.CreateInstance(Type.GetTypeFromProgID('Outlook.Application'))
All these statements worked on my local environment and they didn't work on test server.
Could not load file or assembly 'office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.
C# - Could Not Load File Or Assembly 'Office, Version=15.0.0 ...
Assembly Load Trace: The following information can be helpful to determine why the assembly 'office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' could not be loaded.