Questions tagged [comclass]
5 questions
6
votes
1 answer
AspPDF and AspJPEG on Windows Azure
I have recently began the process of migrating our .NET Application to a Windows Azure cloud service. Our application was heavily dependent on a number of COM Class components, these include AspPDF (for PDF production and manipulation) and AspJPEG…

QFDev
- 8,668
- 14
- 58
- 85
3
votes
1 answer
I found the ComClass, now how do I reference it?
I've written a small COM Server in Delphi 2010 that acts as a plug-in into a retail application. The retail application looks for a "discover" interface which registers any number of additional interfaces calling TAutoObjectFactory.Create for each…

David Cornelius
- 437
- 1
- 5
- 12
2
votes
1 answer
Calling VB.NET COM Class Library from VB6 ActiveX not working
First of all, I am dealing with a legacy VB6 application that creates "jobs" by calling a (non-ActiveX) C++ DLL that launches (by calling CLSIDFromProgID to point to the class and then launching via CoCreateInstance) various C++/VB6 ActiveX exe's…

Bob.Seelbach
- 21
- 1
1
vote
1 answer
MS office Word 2016 upgrade from 2010 resulted in error “error: 80080005 Server execution failed” (CO_E_SERVER_EXEC_FAILURE) .Net web application
.Net C# web application that generates a word document from one of its web page.
In dev server we have recently upgraded the microsoft office version from 2010 to 2016. while initializing word dll running into issues (in one another environment…

MSG
- 11
- 1
-1
votes
1 answer
What would cause Outlook automation to suddenly fail, and how to get it back up?
I've got an app that generates email and pops up an OUtlook dialog, showing the user what is about to be sent. It has been working fine but, with no code changes, is now nonfunctional. The exception generated is:
Exception message: Retrieving the…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862