call a C# class from a VB 6 COM dll 
Author Message
 call a C# class from a VB 6 COM dll

Hi,
i am trying to call a C# function from VB 6 code.
Thats already working by registering the C# tlb via
regasm.exe and gucutil.exe.

But is it also possible to register and run the c# class
on a machiene without installing the Dot Net Framework?

Thanks in advance......



Thu, 30 Dec 2004 22:18:51 GMT  
 call a C# class from a VB 6 COM dll
No, I'm pretty certain you need the dotNET run-time.
--
Randy Charles Morin
http://www.kbcafe.com

Feel free to contact me by private email or messenger


Quote:

> Hi,
> i am trying to call a C# function from VB 6 code.
> Thats already working by registering the C# tlb via
> regasm.exe and gucutil.exe.

> But is it also possible to register and run the c# class
> on a machiene without installing the Dot Net Framework?

> Thanks in advance......



Thu, 30 Dec 2004 22:27:58 GMT  
 call a C# class from a VB 6 COM dll
mmh thats what i thought
but thanks anyway for the fast reply


Thu, 30 Dec 2004 22:37:27 GMT  
 call a C# class from a VB 6 COM dll
You are right. .NET framework is a must.


Thu, 30 Dec 2004 22:41:03 GMT  
 call a C# class from a VB 6 COM dll
Would it work on a machiene without Dot Net Framework, if
i only install mscore.dll regasm and gacutil, or what do i
have to install?


Thu, 30 Dec 2004 22:53:57 GMT  
 call a C# class from a VB 6 COM dll
.NET Framework, which contains Windows Components Update
(for instance, it completely replaces Dll Loader..)


Thu, 30 Dec 2004 23:01:11 GMT  
 call a C# class from a VB 6 COM dll
The ~21 MB Runtime (dotnetfx.exe):
 http://msdn.microsoft.com/downloads/sample.asp?url=/MSDN-FILES/027/00...
 (also on your WCU CD-ROM, or online windowsupdate)

--
  NETMaster  (Thomas Scheidegger)
  http://www.cetus-links.org/oo_csharp.html

Quote:

> Would it work on a machiene without Dot Net Framework, if
> i only install mscore.dll regasm and gacutil, or what do i
> have to install?



Fri, 31 Dec 2004 00:13:56 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. call a VB COM dll thru a C++ COM dll from a C program

2. call a VB COM dll thru a C++ COM dll from a C program

3. Problem calling VB COM dll from VC++ multithreaded COM EXE client

4. Calling VB COM DLL from VC++

5. VC calling a VB COM dll

6. Using VB.NET Class in C# without making as DLL

7. Unmanaged DLL calling a C# class

8. Reference problem when using VB classes with C# classes

9. How to call VB functions in VB dlls from VC++

10. problems passing ADO Recordset from VB-COM client to VC-COM-Server dll

11. HOWTO? Calling VB DLL from C++ DLL

12. VB to C# or C# to VB convertor

 

 
Powered by phpBB® Forum Software