regasm
WebSetUp with COM Registration
I have a c# asp.net website project in a solution (VS 2008). In this solution, there are 6 c# class library projects, each have wcf service classes.[详细]
2023-03-29 09:34 分类:问答Registering a COM object created with VS C# 2010
I created a COM object with C# yesterday which resulted in three files in the bin/release directory of my VS 2010 project (comclass.dll, comclass.pdb and comclass.tlb). Now, when I build the solution[详细]
2023-03-20 01:31 分类:问答Get IDL code from TypeLibrary programmatically
I am writing code to perform the following steps; Register a .net .dll and generate a .tlb using regasm.exe[详细]
2023-03-13 05:37 分类:问答registering .net assembly as com
I have a C# class library which calls a native code DLL. I am trying to call this code from VBA. I configured MSVC to register the generated DL and it works fine. I can access objects in DLL and work[详细]
2023-03-12 11:37 分类:问答Can you use RegAsm with an executable?
I have an exe that I want to register. I have the type library by using the tlbexp tool, but when I try and regasm the executable, I get an error RA0000. Apparently the \"operation is not supported\"?[详细]
2023-03-05 04:43 分类:问答Regasm.exe fails in setup when launched from msi on x64 systems
I have an issue with an installation.The installation runs a command line option to regasm.exe a .net com dll with the /codebase option.[详细]
2023-02-14 23:32 分类:问答Assembly not listed in VS10 Object browser
I have a VB.Net project which needs to use a third party DLL for which there also an interop assembly. So I have something like this:[详细]
2023-02-04 22:42 分类:问答Can I install. NET COM library located on a network shared folder?
COM Server registered with reg asm located in a network folder not working properly. When you try to create the object gets the error \"Automation error\". Everything works correctly if the dll is loc[详细]
2023-01-29 06:12 分类:问答Register a COM dll in the GAC with WiX
Greetings all, I\'m wo开发者_如何学Gorking on a WiX installation script for my program.I need to install a C# dll to the GAC and then register it.So, I mark the file with Assembly=\".net\" so that Wi[详细]
2023-01-28 18:28 分类:问答Unregistering old versions of a .net assembly
I have an assembly that has a lot of old registered versions. The only dll I have is the last one. How can I unregister all versions of the assembly?[详细]
2023-01-19 21:35 分类:问答