regasm
What account do COM+ components run under when regasm is used?
What account do COM+ components run under when registered via the regasm tool?I didn\'t notice any command paramet开发者_高级运维ers for regasm to identify the account. Given regasm requires admin pri[详细]
2022-12-17 07:36 分类:问答Unable to call c# code from vbscript - ActiveX error
I am trying to call a method I have written in C# from VBScript. I have followed just about all of the instructions I can find on the web and am still having problems.[详细]
2022-12-11 15:44 分类:问答How does .NET/COM work with multiple versions registered via Regasm?
I have a .NET DLL (that happens to be written in C++/CLI).Parts of it I want to expose via COM.I do this and register it using \"regasm my.dll /codebase\".So far so good.But then I change some things[详细]
2022-12-11 08:23 分类:问答Registering a winform usercontrol as a COM server
I am trying to register a winform user control as a COM Server so my MFC applications can use them. The winform control is written in C++/CLI and uses an unmanaged native dll. I want to make use of .n[详细]
2022-12-09 22:49 分类:问答Regasm and Com Interop false negatives
I\'m attempting to expose our library via COM but seem to be fighting the tools more than the actual problem. Regardless of how I write my COM exposed class I get the warning: \"XXX.dll does not conta[详细]
2022-12-09 17:07 分类:问答