| Thread | Last Post | Replies |
|
| strong name keys | 20 May 2006 14:01 GMT | 2 |
Is it required to make strong name keys of the dll's to create interop assemblies, If i use different dll's(like cdoex.dll) in my com+ dll. Or is this only necessary when i can't set a reference to the library Immediately from insite the project?
|
| Using persistent subscriptions/eventclasses with windows forms | 20 May 2006 11:50 GMT | 1 |
I have a persistent LCE that is installed and registered in the COM+ repository and is visible in the Component Services tools. However I cannot seem to figure out how a windows form instantiates a subscriber class and passes a mulitcast delegate to the subscriber in
|
| difference between assembly: Guid("") in assemblyinfo.cs and Guid("") in class | 18 May 2006 02:30 GMT | 3 |
I'am a little bit confused because where to place the GUID for a the com+ dll in the assemblyinfo.cs or in the class implementation
|
| Hashtable in SPM | 18 May 2006 02:28 GMT | 1 |
Can we use a hash table in SPM ? I've written a small code, but it is not working. I don't know whats wrong with the code: private SharedPropertyGroupManager spmGrpMgr; private SharedPropertyGroup spmPrtGrp;
|
| Q: Send messages from win-service to win-form | 10 May 2006 21:24 GMT | 1 |
I'm looking for information about how to send data (messages, etc.) from a running win-service to to a running win-form. Can someone help? Thanks,
|
| How to consume serviced component from client | 08 May 2006 18:03 GMT | 5 |
I've developed a small serviced component that's activated on the server. I have installed it on the server in the GAC and installed it with the regsvcs.exe tool. So the serviced component is installed and working correctly.
|