I want to instantiate a component in Machine B from Machine A. i.e The
orginal component is registered in Machine A and i want to create a object of
it in Machine B.
I have made an entry in teh registry of machine B with the same class ID
with which it was registered in machine A.
Now the problem is that its trying to contact machine A and create the
object , but come out witha n error message saying "Access Denied".
Both machines A and B are within the same domain.
What should i do to have machine B create an instance of the Component from
Machine A..
Re: Runtime error ... the system registry has no ... If the attempt to instantiate is the result of a CreateObject or GetObject ... Many third-party applications will create an add-in and place it in the ... Office\Startup folder or use a COM add-in to integrate their ... (microsoft.public.word.application.errors)
Re: ClassFactory cannot supply requested class ... I have been unable to reproduce the error on my machine. ... to instantiate a COM component. ... Anytime there is a 'COM' issue the registry is an active player, ... logging, error trapping, or other debugging tools to isolate and identify ... (microsoft.public.vb.general.discussion)
Instantiating Remote component through COM ... I want to instantiate a component in Machine B from Machine A. i.e The ...orginal component is registered in Machine A and i want to create a object of ... I have made an entry in teh registry of machine B with the same class ID ...Deepak... (microsoft.public.win32.programmer.ole)
Instantiating Remote Objects through COM ... I want to instantiate a component in Machine B from Machine A. i.e The ...orginal component is registered in Machine A and i want to create a object of ... I have made an entry in teh registry of machine B with the same class ID ...Deepak... (microsoft.public.win32.programmer.ole)
Re: Creating COM object written in C# ... I am using an ASP page that has JavaScript to instantiate the ... I think it goes to the registry to look up the progid. ...public interface MyClass_Interface ... I am compiling this in Visual Studio 2005 and then running regasm.... (microsoft.public.dotnet.languages.csharp)