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.
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
I am writing code to perform the following steps; Register a .net .dll and generate a .tlb using regasm.exe
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
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\"?
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.
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:
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
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
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?