Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Daff

Member
  • Joined

  • Last visited

  • Country

    Belarus
  1. I have a simple code which creates object of the ApplicationClass from the Microsoft.Office.Interop.PowerPoint. I reference Microsoft.Office.Interop.PowerPoint dll ver. 11 from the local folder. This code runs on the machines with different set of the installed versions of the Power Point (2003, 2007 and 2010 in all possible combinations). On all machines everything is OK. But on the machine with installed Power Point 2007 and 2010 constructor of the ApplicationClass throws COM exception with next message "Retrieving the COM class factory for component with CLSID "[some CLSID]" failed due to the following error: 80010100". Google keep silent concerning this error. There is a lot of information concerning "Retrieving the COM class factory for component with CLSID "[some CLSID]" failed due to the following error" and "80010100" separately. But it doesn't answer my question. I have only found that "80010100" error means " System call failed". Also I have tried to mark thread entry point with STAThread attribute and use another versions of the interop dlls . I haven't any thoughts how to solve this problem. Help, please! Now code is extremely simple: using Microsoft.Office.Interop.PowerPoint; class Program { static void Main(string[] args) { var app = new ApplicationClass(); } }

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.