The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
35 views

Error occurred while connecting/creating automation server for ClassLibrary1.classname

I built a DLL with Visual Basic 2010 Express. It's built on the VB 4.0 framework. After building, I ran on the admin command prompt: C:\windows\...v4.0.30319\RegAsm ...
0
votes
1answer
17 views

Updating CESelfRegistered DLL in Windows Mobile

I need to update my application that uses self-registered DLL (registered via CESelfRegistered). During registration the DLL writes into Registry some paths that it will be using in the future. Now ...
0
votes
0answers
25 views

dll doesn't seem to be registered

I built a dll in Visual Studio. I then register the dll on a machine with Windows Server 2008 R2. I use the following command: %windir%\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /unregister ...
-1
votes
1answer
47 views

CRM2011 Plugin tool not allowing update of existing DLL [closed]

I am currently having a problem where when I try to update an existing DLL, if I update it with the location of Database then I have the following error being returned: Error Code: 2147204725 ...
0
votes
0answers
17 views

Easyzlib entry point

I can't find easyzlib entry point. I should use it in my project, unfortunately. I call the ezcompress function, but it says : Cannot find entry point ezcompress in DLL. I tried generates a DLL (I ...
0
votes
1answer
46 views

Use easyzlib.dll in Visual Foxpro

The easyzlib generates a dll file, and a tried to register it, but a error appears. Then, a create a project in Visual Foxpro for use the ezlib.dll, but other error generates: "Cannot find entry point ...
0
votes
0answers
37 views

Registering .Net Dll with COM components and to identify Windows Services (Printing) dependency on above .Net Dll

In Project consisting of about 600 binaries(dll's,exe's,ocx's etc.,) I need to identify .NetDll's which has COM component(embedded), As I can understand, in such scenario's Registration using Regasm ...
1
vote
2answers
85 views

Can not register DLL

I'm working on an ATL project. When I build my solution under a x64 system it doesn't work on x86 architecture and vice versa. (I can't register the dll I generated in a different architecture). Where ...
0
votes
0answers
67 views

Error installing an assembly into COM+

I am using Managed C++ i.e accessing the .Net Framework capabilities from my C++ code. The problematic code in question is being invoked from a custom action dll and is part of one of our .msp ...
1
vote
3answers
140 views

Running my Setup project causes “module failed to register” error

I'm trying to deploy my project and create an installer. I've created a .vdproj, that has an output setup.msi When running the .msi setup wizard, i'm getting the error: "Module xyz failed to ...
0
votes
0answers
35 views

Intalling Assembly without MSI and gcutil

I'd like to distribute a 3rd party assembly with my upgrade. How can I copy and register the 3rd party assembly in the user's GAC (global assembly cache)? I have done a little research. ...
1
vote
1answer
304 views

how to debug: regsvr32 dll registration error 0x3

I have an application that I am creating a innosetup install (setup.exe) for. 20 COM dlls register fine. I have one that does not. regsvr32 (running as an admin) reports an 0x3 error. But How do I ...
1
vote
1answer
130 views

createobject( shell.application ) raises exception “library not registered”

this line createobject( shell.application ) raises this exception "library not registered" on a Win7 PC It seems that a dll is missing or is not registered. 1°) Which dll is not registered ? 2°) ...
0
votes
0answers
424 views

VBS - Register and use Dsofile Windows 7 64 bit

I'm trying to use Dsofile with a VBS script on a Windows 7 64-bit machine. I believe my issue is with registering the DLL. I used this to register the DLL regsvr32 D:\Desktop\dsofile.dll and am ...
-3
votes
1answer
220 views

How do you develop a C# dll in Visual Studio 2010 that can be registered on another pc via regasm? [duplicate]

Possible Duplicate: regasm RA0000: No types were registered I have a fairly simple component, strongly named and built into a dll file. I give that file to a co-worker to register on his ...
2
votes
1answer
330 views

Implementing the DllRegisterServer method

I'm trying to implement a COM's DllRegisterServer method. So I read this tutorial: http://www.codeguru.com/cpp/com-tech/activex/tutorials/article.php/c5567/Step-by-Step-COM-Tutorial.htm and I ...
0
votes
0answers
49 views

Lost references and multiple Com enteries

I keep losing references to our DLLs anytime I rebuild our entire source directory. Our projects have multiple DLL projects which some use COM and others are just .Net DLLs. I have a batch script ...
0
votes
1answer
3k views

DllRegisterServer failed for comct332.ocx

I have a VB6 application I am trying to get working on a Windows 7 environment, however every time I start the application, I get the error: "Component 'ComCt332.ocx' or one of its dependencies not ...
1
vote
1answer
270 views

Com+ Interop registration with Inno Setup

I use Inno Setup for creating my setup. All works fine, but I run into the problem: how to register the .NET DLL to make it accessable by COM+. As we all know .NET brings RegSvcs.exe for that so I ...
0
votes
0answers
164 views

create activex object when debugging javascript

I have a well-registered activeX object and when I run the IE with the javascript code calls to the object it works fine - creates it and activate its functions. But when I want to debug this ...
1
vote
1answer
138 views

How to centralize a .net dll (com interop) that is referenced by a VB6 dll

I was given a requirement from a VB6 programmer (yes they still exist). There exists a vb6 application that uses a vb6 dll, this dll now uses a .net dll which inturn uses another .net dll. Now my ...
0
votes
1answer
250 views

installshield light ActiveX dll not registered

I'm using Visual Studio 2010 with the free version of Installshield. The application includes an ActiveX component which is called from Excel. The "Register for COM Interop" option is checked on the ...
0
votes
1answer
146 views

WIX: COM registration fails when installing COM dll into another folder

I am using heat to harvest the COM dll and tlb files (let's call them MyLib.*, developed in VB.NET) to do the COM registration. Everything was working fine, when I install MyLib.dll and MyLib.tlb into ...
1
vote
2answers
1k views

COM registration fails: “Automation error: the system cannot find the file specified”, when installing dll into other folder than the tlb file

We have a COM component (let's call it MyLib) developed in VB.NET, for our Access application (let's call it MyApp) to use. In order to do that, we need to do COM registration using the generated ...
0
votes
1answer
657 views

Error: Side-by-Side configuration info for file.OCX contains errors. Application has failed to start

I get the following error when trying to register an ocx on a particular machine. (windows xp 32 bit) Error: The Side-by-Side configuration information for "file.OCX" contains errors. This ...
0
votes
1answer
147 views

dll 2003 80040005 error register

I have a DLL (written in VB6..). It registers and runs fine on most machines and installations. However one installation is a T/S (Terminal Server), running Server 2003/R2/SP2. I get a failure with ...
0
votes
2answers
9k views

How to register a 32-bit .DLL COM+ application on Windows 2008 R2

I have read through all the similar questions but am not finding my exact problem answered. I have tried all the similar recommendations. I am forced to migrate from a Windows Server 2003 environment ...
0
votes
0answers
87 views

How to Register .NET dll for VB6?

I am trying to register .net dll for use in vb6,but i am getting the error"dll loaded but the entry point DllRegisterserver was not found. Please guide me with the steps to follow to register dll.
2
votes
1answer
23k views

Trying to register a dll but getting error DllRegisterServer entry point was not found

I have a .net assembly dll which i am trying to register using regsvr32, but get the following error: "dll loaded but DllRegisterServer entry point was not found " getting this error while ...
0
votes
0answers
539 views

registering .dll file

I'm trying to register a .dll file on win 7 64 bit using tese two comm lines c:\windows\syswow64\regsvr32 C:\AdvancedExpertDAI.dll and c:\windows\syswow64\regsvr32 C:\Program Files (x86)\Analog ...
0
votes
0answers
30 views

JCOB DLL for 32-bit windows 2008 rc2 server

I am using JCOB Com Bridge 1.17-M2 on a windows 2008 rc2 32 bit and my DLL loading is failing with the error Cannot find clsid and progid. After too much googling and searching on stackover flow I ...
0
votes
1answer
336 views

Delphi 7 - Registration free COM activation

I have a Delphi client (exe) and .NET COM dll which I am trying to run without the need for registering the dll. I have followed the steps here and my Delphi client compiles fine. However, I'm not a ...
0
votes
1answer
444 views

Unmanaged C++ to call C# dll with automatic registration when buildning or without COM?

I have a function in C++ that needs to call a C# dll. The C++ function simply sends values to the C# dll functions. The C# dll uses these values to produce some files and then finishes. My problem is ...
0
votes
1answer
1k views

What does RegAsm really do? Where are files copied?

We have a plugin for IE developed basing on spicIE, the purpose is to connect to POS devices. To connect to POS, we have a third comapany which developed their token & DLLs. We need to have some ...
0
votes
0answers
122 views

Call regsvr32 during installation of Java application

I have created a IconOverlay DLL to show the icons on folders. It acts as the independent module of the whole application. And the rest of the application is built in Java. How can I run regsvr32 to ...
1
vote
0answers
395 views

How to solve “Catastrophic failure”

I get a Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) during use method of lobject.dll which was referred on my project. UnityApplication giris = new ...
0
votes
1answer
175 views

Tortoise overlay DLL registration failed

I am working on a windows app that has the functionality to set overlay icon for folder and ANY TYPE of files. I am using the SVN tortoise overlayicon dll to achieve this functionality. But now when I ...
0
votes
1answer
300 views

My installer fails to register a DLL with E_ACCESSDENIED, and the DLL has a padlock icon when viewed in Explorer

I use Inno Setup as my installer. The installer failed to register a DLL. It turned out that regsvr32 failed with error code 0x80070005, which stands for E_ACCESSDENIED. When I opened "C:\Program ...
2
votes
1answer
8k views

Unable to register dll using regsvr32:The module “*.dll” failed to load

There is a similar question from stackoverflow. But I didn't find that the answer is helpful. I also used Google searched the websites, I have watched here and here. I have tried the method they told ...
1
vote
2answers
520 views

What's the best way to secure dll files

We have a large application build in C++ builder, that at startup looks at a folder and loads all the present dll files. I figured this might not be such a good thing and tried my thoughts by creating ...
1
vote
1answer
217 views

Detect if a file is registered and be able to register it

I am trying to write a program in c#. Part of it needs to be be able to detect if a file(mostly dlls, but some other aswell) is registered. And the user must then be able to select a file(or files) ...
7
votes
1answer
5k views

How to unregister the assembly registered using regasm

I registred one of my dll in the development machine using regasm as below[asp aplication] In cmd prompt ,i navigated to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 Regasm /tlb "xxx.dll" now ...
0
votes
2answers
569 views

Internet Explorer extension (Browser Helper Objects) DLL registration erorr

I created DLL file using visual studio 2008 with help of http://msdn.microsoft.com/en-us/library/bb250489(v=vs.85).aspx this document. Then i registered the dll using the command prompt cmd: ...
1
vote
0answers
272 views

Error in using a DLL in Excel (VBA)

I have created a C#-DLL and have added in VBA Excel. So all the time I get a error message #Value! in the excel when I call the function. The DLL is registrated and I have copied in the System32 ...
0
votes
1answer
176 views

How to make a C# win service app to refer assemblies from a host machine

I am building an agent service in C# to communicate with SCVMM installed on host. To do that the agent refers the following assemblies: Microsoft.SystemCenter.VirtualMachineManager.dll and Erros.dll ...
1
vote
3answers
1k views

Not able to register my 64bit dll through nsis script ?

I have a 64bit dll which i'm able to register from command prompt with regsvr32. But the problem is when i try to register my dll through nsis script its not registered. I used RegDLL command in nsis ...
0
votes
1answer
317 views

Windows Explorer plugin DLL in 32 and 64 bits

I am currently working on a DLL for Windows Explorer, which provides various features like information and thumbnails for certain types of files. So far it works fine on Windows x64, and I am now ...
7
votes
2answers
18k views

How to repair COMException error 80040154?

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 ...
-1
votes
1answer
248 views

register (regsvr32) 2 dll files with activex

Is this possible ? When I access an web page with internet explorer I want to register 2 dll if they are not available, is this possible ? I don`t know much about Microsoft Programming Languages/ ...
4
votes
1answer
7k views

Hand Install of 64-bit MS Access ODBC drivers when 32-bit Office is present

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 the ...

1 2 3