dllregistration Questions

3

Solved

I have a VB6 application that uses a COM DLL. The DLL is written in C#. In the C# project properties I have checked the "Register for COM interop" option. The VB6 app works fine on my dev...
Goodfellowship asked 16/11, 2010 at 20:24

13

I have made a .NET .DLL file, which I want to register in the GAC. I have used this command in Windows Server 2003 Command Prompt: C:\"Path of dll"\>gacutil /i dllname.dll 'gacutil' is not rec...
Exaggerated asked 2/2, 2010 at 6:50

2

Solved

I have a DLL and OCX pack then I've decided to make an installer. This is what I have: ArchitecturesInstallIn64BitMode=x64 [Files] Source: {syswow64}\*; DestDir: {syswow64}; Flags: onlyifdoesnte...
Odiliaodille asked 4/9, 2013 at 19:26

4

Solved

My project generates a dll and when build in Debug mode the dll gets registered automatically by Visual Studio 2005. But when I try to register the same dll in command prompt using "regsvr32" I'm u...
Homochromatic asked 22/12, 2010 at 10:0

12

Solved

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 occu...
Daltondaltonism asked 4/12, 2009 at 15:36

4

I am running Visual Studio 2010 on a Windows 7 VM and trying to build a fairly large solution. When I try to do so, I get the error: Cannot register assembly "C:\Development\ProjectName\Source\bin...
Imposing asked 27/5, 2014 at 13:41

4

Solved

I want to do a hand install of the MS Access 64 bit odbc drivers. Uninstalling 32 bit Office and installing 64 bit Office is not an option due to the add-ins that our company uses. I downloaded th...
Thumbtack asked 19/8, 2011 at 1:26

12

Solved

I have just installed a third party app on my Windows Server 2008 server and I get the ActiveX Component can't create object message when I try to access using a CreateObject in VBScript. It...

2

Solved

I want to know if it's possible to register a type library without using the RegAsm tool. Here is my situation, which will hopefully explain why I want to do this: I'm developing an assembly in .N...
Intercession asked 3/3, 2010 at 22:44

4

Solved

Moving a working C# project from a 64-bit Windows 7 machine to a 32-bit XP machine caused the following error: Retrieving the COM class factory for component with CLSID {681EF637-F129-4AE9-94BB-...
Fennie asked 25/8, 2011 at 21:35

15

Solved

I have tried to use the following code: cd c:\windows\system32 regsvr32.exe dllname.ax But this is not working for me. How can I register a DLL file on Windows 7 with a 64-bit processor?
Sparteine asked 4/2, 2011 at 11:55

7

Solved

How do I find whether a DLL file written in C# is registered or not programmatically? I already tried this code, but it doesn't come off. If I register a DLL file and check using this code it retur...
Tambac asked 27/3, 2009 at 9:37

1

I am building an installer and use heat.exe to harvest all the required files. however I need to register some DLL and OCX files, I looked around how to do it bud there seems te be some debat...
Craps asked 22/6, 2015 at 10:35

4

Solved

I have a .NET winform application that requires to register a native dll during installation. My question is how can I register a dll (regsvr32 ABC.dll) as part of MSI installion process? Similary ...
Pagepageant asked 25/5, 2011 at 19:32

2

I have written a save and open dialog box add on for a VBA project i'm working on - heres the link VBA: Get Excel FileDialogOpen to point to "My Computer" by default (thanks for the help ...
Heterotrophic asked 26/11, 2013 at 15:25

3

Solved

My program is using the Skype4COM.dll (A wrapper for the Skype API). I am using Delphi 2010 - is there a way to make sure that my program is ALWAYS using the Skype4COM.dll that I will ship it with...
Oe asked 22/2, 2011 at 5:55

1

We have a plugin for IE based on spicIE, the purpose is to connect to some external devices. To connect to those external devices, another company developed their token & DLLs. We need to have...
Doit asked 17/4, 2012 at 8:53

1

Solved

I registered one of my dlls on the development machine using regasm as below (ASP application) In a cmd prompt, I navigated to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 and did: regasm /tlb ...
Stomy asked 20/10, 2011 at 19:50

1

Solved

I'm trying to run this tool in order to convert a Visual C++ project to makefile. The project I'm trying to convert project is written in VS2008, so I'm using a reference to Microsoft.VisualStudio....
Leishmaniasis asked 26/10, 2010 at 8:12

3

Solved

We are currently transferring our websites from Windows 2003 (32-bit) to Windows 2008 (64-bit) and have hit a problem. One of our website use the payment gateway HSBC CPI which requires a DLL to b...
Fulgurating asked 20/4, 2009 at 13:48

5

Solved

I wrote a DLL in .NET and I want to access it in VBScript. I don't want to add it to the assembly directory. Is there a way to point too the DLL and create an instance of it?
Ardent asked 5/12, 2008 at 21:20

7

Solved

Is it necessary to register a compiled DLL (written in C# .NET) on a target machine. The target machine will have .NET installed, is it enough to simply drop the DLL onto the target machine?
Arlon asked 26/12, 2008 at 22:35

3

Solved

Right, initially ran: c:\regsvr32 Amazing.dll then, (accidentally - I might add) I must have run it again, and (indeed) again when new versions of 'Amazing.dll' were released. Yes - I know now I...
Billion asked 21/8, 2008 at 12:30
1

© 2022 - 2024 — McMap. All rights reserved.