Advertisement

1 - 10 of 11 containing alltags:("COM Interop") (0 seconds)
Background: We have an application written in VB.  This application has several .dll that it uses.  I am in the process of writing a new C# dll, which will be like a VB .ocx control, that is late ...
Zones: C#Date Answered: 08/03/2004 Grade: A Views: 0
.NET 2 DLL registered with regasm using strong name. called using vbscript in asp webpage. is registered for com interop. does not use an interface in the DLL though. createobject(progid). was work...
Zones: Microsoft IIS Web Server, ASP, WebAppl...Date Answered: 04/24/2008 Grade: A Views: 5
Hi, I have a project made in VB.NET and I need to call it from an old VB6 application using COM. I checked the 'Registre for COM interop' in the project settings and then I get a dll and a tlb ...
Zones: .NET, Microsoft ProgrammingDate Answered: 02/11/2004 Grade: A Views: 0
I have a com component and some code that deals with it.  The VB code uses some defaults.   3 calls with defaults show up in the object inspector, when I look at the AxInterop.<component>.dll. Th...
Zones: .NETDate Answered: 04/19/2006 Grade: B Views: 0
We have a COM code written in a proprietory language that's similar to VB4. I registered the dll. Created a new instance, call it's method with the parameters but I get this  error: An except...
Zones: MS Visual BasicDate Answered: 10/16/2007 Grade: A Views: 4
I've written a class in c# that exposes some methods to COM clients.  I've got this working just fine on my own machine.  However, when I deploy my application, the COM goo doesn't seem to work out...
Zones: MS Visual C#, ATL ...Date Answered: 12/03/2007 Grade: B Views: 0
I'm trying to call the .NET code from VB6. When I run it, it stops on "a = New sscemail.smtp" with the Run-time error '430': Class does not support AUtomation or does not support expected interface...
Zones: MS Visual BasicDate Answered: 08/15/2008 Grade: B Views: 32
I'm New to vb and vb.net I needed to add functions to Crystal Reports V8.5. So I creted a DLL using vb.net to add them. I place it in the \windows\crystal directory, but I can not Register this DL...
Zones: .NET, Microsoft ProgrammingDate Answered: 11/01/2005 Grade: A Views: 0
OK, I have been playing with this for a couple of days now, but seem to have hit a brick wall... What I am trying to do is utilize a COM object which is hosted inside Internet Explorer as a wind...
Zones: Programming, DCOM, MSIDate Answered: 01/26/2006 Grade: A Views: 0
I'm trying to make a .NET dll COM callable from VBA using C# and VS 2005. The dll needs to be in .NET because I'm using a third party dll which is a .NET dll. I have created a new class project...
Zones: C#, Visual Basic, MS Visual C#Date Answered: 04/07/2008 Grade: A Views: 41