all groups > dotnet interop > november 2007 > threads for november 8 - 14, 2007
Filter by week: 1 2 3 4 5
.NET events crash VB6 app
Posted by ScottP at 11/12/2007 2:49:09 PM
Hi there,
I've been fighting a tough problem for the last week. I have an
application with a VB6 client and a .NET server. On the developer
machine, the application works as expected.
However when I installed our software at our first beta site, the VB6
application now crashes when it ... more >>
How to Create an object of VB6 component in C#
Posted by Andrew HUANG at 11/9/2007 6:22:01 AM
In our MTS server, there are some component coded by VB6. Now I just try to
verify all component working fine, so I create an object for each component.
Using Type.GetTypeFromCLSID and Activator.CreateInstance (in C#) can create
object ONLY for .NET component.
My question is: How to Create an... more >>
VB6 event handler not firing when .net form shown modally
Posted by JimL at 11/9/2007 2:35:49 AM
I am taking a few first steps in adding some .net operability to an
existing (huge) VB6 app. (I am not a VB6 programmer).
I have used the Interop Forms Toolkit (V2.0) to create a .net test
form, and I am instantiating that form from the VB6 app.
The .net form raises an event, which is handl... more >>
ExecutionEngineException in dotnet 2.0 application doing interop with VB6 legacy code
Posted by Willy Van den Driessche at 11/9/2007 12:37:02 AM
We are porting a huge VB6 application to dotnet 2.0. The full application
has 800KLOC of VB6 code. The old application was basically as small shell
application that loaded optional plugins (nearly 100 of them for a complete
installation). Because it is impossible to rewrite all existing code at... more >>
DsoFramer - Microsoft.Office.Interop.PowerPoint
Posted by Mathias at 11/8/2007 11:52:41 PM
Hi,
I try to control a PowerPoint Slideshow with c#.
I have a dsoFramer Control (axFramerControl) and can load and view a
powerpoint presentation within my form. When I try to control the
presentation using Microsoft.Office.Interop.PowerPoint I get a Cast
Exception.
Here is some code to ... more >>
80131534 error trying to instantiate interop com from asp
Posted by Mark at 11/8/2007 11:47:02 AM
Hi...
One of my colleagues is have a problem that's driving him crazy.
We have a number of assemblies that expose some C# objects as COM. One
particular one is throwing an 80131534 error on instantiation from an ASP
page. The error message doesn't really say diddly about what it doesn't... more >>
|