comexception Questions
15
Solved
I have written a C# code in console application to open two excels and copy and paste data from one excel to another excel. It was working fine until the destination excel's visibility was true. Bu...
Cosimo asked 11/12, 2013 at 8:51
3
Solved
When I disable the cipher TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 in powershell of windows server,
I got this error message
Disable-TlsCipherSuite : Exception from HRESULT: 0xD0000225
At line:1 char:...
Samarium asked 9/12, 2020 at 8:47
2
Solved
Whenever I load a solution in Visual Studio with a specific project set as the startup project, I get a VSHost32.exe crash. If I keep on going and launch the application, I get a COMException:
{"I...
Chuddar asked 14/6, 2012 at 3:14
3
Please check the code below :
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Linq;
using System.ServiceProce...
Jonasjonathan asked 31/1, 2015 at 9:47
4
Solved
I have this single line of code in a Word VSTO add-in project which used to work but suddenly doesn't anymore:
Microsoft.Office.Interop.Word.Document doc = Globals.ThisAddIn.Application.ActiveDocu...
Prud asked 7/1, 2019 at 11:43
4
I am getting following error when using AxAcroPDF
System.Runtime.InteropServices.COMException (0x80040154): Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
The l...
Pamela asked 28/10, 2010 at 9:49
1
I'm trying to make a universal app which merely opens a folder (like a shortcut) but allows for the new start tile design with custom color and bigger icon.
When I open the FolderPicker to give th...
Gammadion asked 7/11, 2016 at 0:34
4
Solved
I know that this type of question has been asked before, but other methods are failing me right now.
As it stands our windows service polls AD, given an LDAP (i.e. LDAP://10.32.16.80) and a list o...
Jolo asked 22/11, 2010 at 18:58
2
Solved
Some of our users are getting this exception sometimes (not for every contact):
System.Runtime.InteropServices.COMException (0x800706BE):
The remote procedure call failed. (Exception from HRESUL...
Chris asked 17/12, 2010 at 15:7
1
Solved
It doesn't crash, all the exceptions I mention here can only be seen in Output window of Visual Studio. Here is the implementation of Dragging:
WPF:
<StackPanel Orientation="Vertical"
MouseDo...
Afterbrain asked 4/12, 2015 at 16:10
2
When my code tries to create a new instance of Microsoft.Office.Interop.PowerPoint.Application, I sometimes get the following exception:
System.Runtime.InteropServices.COMException (0x80010001): R...
Gokey asked 5/9, 2012 at 11:7
2
Solved
I am currently trying to implement the Interop.MODI.dll (From Microsoft Office) to use the Image -> Text features it should Provide.
But when doing
var modi = new MODI.DocumentClass();
I get:
...
Tasso asked 21/11, 2011 at 15:7
1
The application is written in ASP .NET 4.0 hosted in IIS 7.5 on machine running Windows Server 2008 R2. The application pool is using Integrated Managed Pipline Mode.
The exception below is thrown...
Potshot asked 28/11, 2011 at 17:35
1
Solved
I am using the axwindowsMediaPlayer object to show videos in a winform. In particular I want to play a playlist.
Everything works fine on my pc (win7) and used to work fine also in another pc with...
Frohne asked 6/8, 2014 at 8:14
4
Solved
We have a Windows Service which runs on 2003 Server. It opens a source Word document using the Word Interop and then does some stuff with it. It also does likewise with Excel and PowerPoint files. ...
Account asked 17/6, 2009 at 13:14
3
Solved
Hello I am trying to access my emails in Outlook 2010 via a C# Console Application.
Visual Studio is started with admin rights and I have added a reference to Microsoft.Office.Interop.Outlook v14....
Chyle asked 11/2, 2013 at 9:29
1
I have a spreadsheet that is created programatically with a lot of comments in it(up to 40,000). The comments get resized after deleting several columns from the worksheet. This is apparently a bug...
Seamanship asked 19/10, 2012 at 15:17
1
Solved
I'm trying to communicate with dlna compliant devices using a C#.net application, using the UPnP protocol. I'm using the default Visual studio UPnP library("UPnP 1.0 type library (control point)")....
Guv asked 21/9, 2012 at 11:44
4
Solved
In my C# app, with the help of Excel Interop dll (as reference) i am reading/writing excel files. If I move this program to system where office/excel is not installed (think of clean machine), i am...
Xenocrates asked 11/9, 2012 at 18:41
1
As the title says, VS2008 keeps crashing on me whenever I debug a project when a certain form is open. I attached another VS2008 instance to it and found the following exception to be the culprit:
...
Choanocyte asked 3/3, 2010 at 23:33
2
I'm developing an Internet Explorer command button that will open a specific web page once clicked. Here's a snippet of code (IEApp is a reference to an instance of IE.WebBrowser):
IEApp.Navigate(...
Tagmeme asked 9/2, 2010 at 17:14
4
Solved
Anyone familiar with error below? When I run my webapp to generate a dynamic excel doc from my local machine it works fine but when the same piece of code is invoked on the server I get the below e...
Silent asked 31/10, 2008 at 16:57
1
© 2022 - 2024 — McMap. All rights reserved.