02-21-2013, 03:30 PM
I'm still new to this - but I'm having trouble connecting to an app via their published API because I can't register a certain DLL. From what I see here - this either because it's a .NET object and not a COM object or (a colleague suggested) there may be some dependencies that aren't handled.
I need to use the TcpChannel class from System.Runtime.Remoting.Channels.Tcp (in System.Runtime.Remoting.dll) http://msdn.microsoft.com/en-us/library/...s.90).aspx.
I've run the macro here that displays the contents of the registry and there isn't anything for TcpChannel.
I've tried to manually register the DLL in C:\Windows\Microsoft.NET\Framework\v2.0.50727. This fails.
My conclusion is that I'll have to create my own COM wrapper to call from QuickMacros and link TcpChannel from there. Is that correct? Thanks.
I need to use the TcpChannel class from System.Runtime.Remoting.Channels.Tcp (in System.Runtime.Remoting.dll) http://msdn.microsoft.com/en-us/library/...s.90).aspx.
I've run the macro here that displays the contents of the registry and there isn't anything for TcpChannel.
I've tried to manually register the DLL in C:\Windows\Microsoft.NET\Framework\v2.0.50727. This fails.
My conclusion is that I'll have to create my own COM wrapper to call from QuickMacros and link TcpChannel from there. Is that correct? Thanks.