Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I strongly need your answers here in my query.

Is there a way to build C# COM TLB / DLL to access the same objects in two VBScripts ? Like HTMLS? That can be possible by making C# Singleton object to access with in C# Projects. How to do this here with C# COM for VBScripts ?

It is basically to exchange the common messaging between two vbscript files by accessing same C# COM(CLSID)

If my question is not clear, I will reframe it.


Regards,
SKOTAJI.
Posted
Comments
Status BreakPoint 13-Aug-13 7:55am    
It is impossible. The COM DLL is in-process server. So, It is loaded by each process.

1 solution

It cannot be a dll, it must be an executable because you require an "outproc COM server". It seems to be technically possible according to http://social.msdn.microsoft.com/Forums/vstudio/en-US/9556c515-2000-435a-bbab-21681bf4c826/how-to-develop-outproc-com-server-in-c[^].
Likely, some kind of Web Service would be a better choice.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900