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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20658759.html
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Microsoft_IIS/Q_22778...
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20880735.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21818412.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22888224.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_22968051.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23567816.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21610089.html
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...
http://www.experts-exchange.com/Programming/Misc/Q_21707585.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23296436.html