I have started building a filter handler for a custom file format. I came to know that I need to implement the IFilter interface for that. Moreover, I got a sample from the internet which was doing ju
I\'ve made a mistake in IDL file by increasing library version. After that I revert the version. Since the time I can\'t work with library, because VB6 still write : \"There is new ve开发者_StackOverf
I am trying to invoke a COM dll (ReqPro) from an EventListener in SharePoint. But it says that it can not find the assembly. So I wrote a wrapper assembly refering to the COM dll and put it in GAC. Bu
I have built an ASP.NET web application (that houses a Silverlight 4 app) and it utilizes a couple of COM dlls. The dlls are registered (verified by finding the CLSIDs in the registry, and seeing the
I was updating a COM+ application, when an error showed up, saying that it couldn\'t be changed.Now, whenever I go into properties on one of the components in that application, or the properties for t
I have got it working as out of browser application, but I was wondering if I can directly access these resources from silverlight page and not OOB .
In my application, I\'m hooking various functions for creating COM objects (such as CoCreateInstanceEx) to get notified whenever some object is created. I\'m keeping track of all created objects in a
May I ask something about hooki开发者_开发知识库ng method in COM Distach Interface? Recently, I am making some utility which is kind of COM monitoring tool.
I have a TreeView bound to a hierarchy consisting of several different classes via HierarchicalD开发者_开发问答ataTemplates. When an item in the tree is selected, the SelectedItemChanged event of cour
It\'s hard to explain our situaction. We have a 3-tier application. The engine is a DLL coded in C++, then we have a VB6 ActiveX EXE that access to the engine via API calls, and at the top level we