Tagged Questions

1
vote
2answers
20 views

Problem registering a dll - Access Denied

When trying to run regasm in Win2008 Server: regasm "C:\Program Files\FooProg\Bar.dll" /tlb:"C:\Program Files\FooProg\Bar.tlb" I get the following error: RegAsm : error RA0000 : An error …
1
vote
3answers
64 views

Unable to call c# code from vbscript - ActiveX error

Hi, 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. Specifically i am getting …
1
vote
2answers
36 views

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 …
2
votes
1answer
68 views

C# COM Interop Library

Hey all, I am currently porting a legacy VBA application to a .Net application. During this process the users of the existing VBA application need to have some features added. So instead of coding …
4
votes
1answer
57 views

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 …
0
votes
1answer
106 views

Regasm and Com Interop false negatives

Hi 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 …
1
vote
2answers
64 views

COM: OLE Viewer unable to create instance of class

Using OLE/COM Viewer I get the following error (when expanding my registered class) CoGetClassObject failed. <No system message defined> severity: SEVERITY_ERROR, facility: <Unknown …
0
votes
1answer
244 views

Calling .net assembly from vb6 results in runtime error 424

Hi Everyone, I'm running into some trouble calling a .net assembly from vb6 and was hoping SO could help. In VB.net I built a ComClass and kept the default constructor and GUIDs. When deploying, …
0
votes
0answers
34 views

Wrong Object Returned from COM Callable Wrapper

I have just made an update to a dll that is called from VBA within Powerpoint. All development went fine, but when I tried to deploy on another users machine I get a problem that I have no idea how …
1
vote
2answers
105 views

Overloads in COM interop (CCW) - IDispatch names include suffix (_2, _3, etc)

I have a managed assembly containing a few classes, and those classes have overloaded methods. I expose the assembly to COM/IDispatch callers via [ComVisible(true)] ..and also setting the proper …
3
votes
1answer
167 views

using .NET Assemblies in Delphi

I am currently required to open and use a .NET assembly in delphi. The Assembly that i am trying to use also has an assembly of objects it is using. With the object assembly i was able to use regasm …
1
vote
1answer
236 views

DllRegisterServer for C# dll?

Is there an equilivant to DllRegisterServer for C# dll's? I am creating a COM component and I would like to have some custom code run when I regasm the dll.
0
votes
2answers
81 views

Remotely run Regasm?

I have a C# COM component that needs to be pushed out & registered to a remote computer. Does anyone know if this is possible via the Regasm?
0
votes
2answers
303 views

what is difference b/w RegAsm.exe and regsvr32 ?? How to generate a tlb file using regsvr32??

Hi Can any body tell me what is diff between regsvr32 and RegAsm and My Dll is C# dll so how can i import the classes to c++.
2
votes
3answers
338 views

C#: Regasm generating registry entries for every class in my COM DLL?

Hey everyone, I'm writing a class-library (IE BHO) in C# and currently wrangling with the large volume of what I think is junk output coming from REGASM's generated registry keys. The short version …

1 2 next
15 30 50 per page