473,765 Members | 2,001 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

regsvr32 hangs

2 New Member
I am trying to register a dll on one of our employees computers, it has XP service pack 2, and when I run regsvr32 it just sits there if I go into Task Manager under Processes, you can see it there but it's getting no time. I even set the priority to high and nothing. I have run regsvr32 on other computers with no problems. how can I get this to run successfully. I am trying to register a crystal reports dll. craxdrt9.dll it's a pretty common dll, and like I said I have no problems with other computers.Thank s for any help!
Nov 18 '08 #1
1 6018
AmberJain
884 Recognized Expert Contributor
Hello,

Although you might had already read this, but I thought that link might help.

Also, google provides similar results.

Hope this helps......
AmbrNewlearner
Nov 19 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
4697
by: C Martin | last post by:
For some time, I have been using TSISOON90.dll, a free Access COM Add-in from Trigeminal Software which closes one db and opens another, plus other useful tasks. We recently installed some new WinXP Pro machines. We have VBA code in an Access form to run regsvr32.exe to register TSISOON90.dll. When I am logged on as admin, this runs fine and registers the dll. However, when another user runs VBA code which relies on TSISOON, it fails,...
2
4771
by: Sahil Malik | last post by:
Fairly simple question !!! The title says it all. But here is a further description - I have a software that expects a COM DLL. Due to certain requirements we have to create a .NET assembly instead. I know we can do RegAsm, but the way we have to "load" this assembly into another program is that ... the other program calls DllRegisterServer on it directly - (regsvr32 equivalent).
1
318
by: Saurabh Boyed | last post by:
In some of the development computers the COM DLLS with managed extension turned on (even though there are no .NET projects in its add reference) is not able to register. regsvr32 hangs up, it does not even return a failure message. It starts registering as soon as I turn off the managed extension. I am using Windows 2000 Pro. Any help will be greatly appreciated.
1
2574
by: Zhou Yi | last post by:
Greetings! I have a COM program developed in VC6. Now I converted it to VS.NET 2003, but the custom build step failed when trying to build it. Here is the command line in the custom build step: regsvr32 /s /c "$(TargetPath)" It fails, and if I remove "/s /c" the message box shows:
2
3615
by: Grant Merwitz | last post by:
Hi We have just bought a product what has a classic ASP front end that uses 2 assemblies. These are registered with the following command: regsvr32 Repository.dll /s regsvr32 Dynu.dll /s The way they are used int the code is as follows: dim objUser
2
3869
by: Genady Beryozkin | last post by:
I have a COM dll that defines a COM object. I used to register it either during link or using regsvr32. Now I have compiled one of the C++ files in the DLL with /clr so now I have a mixed DLL. The problem is that the DLL registration no longer works. Regsvr32 succeeds but the GUIDs of the COM objects no longer present in the registry and when somebody tries to CreateInstance of them, I get an error "Class Not Registered".
2
2689
by: Pierre Rouleau | last post by:
Hi all, I have a consistent test case where os.popen3() hangs in Windows. The system hangs when retrieving the lines from the child process stdout. I know there were several reports related to os.popen3() hanging under Windows in this group before. I stumbled on a case where a piece of code works in some occasions and hangs consistently given different data. It performs exactly the same on 3 different computers running Windows:
1
4949
by: =?Utf-8?B?UHVjY2E=?= | last post by:
Hi, I'm using vs2005, .net2 for windows application. I would like to run a command after my windows applciation is installed to install some property pages in the registry. Currently I mannually run it in Dos Command: "regsvr32 xxxx.dll". How can I add this ability in my application installation file so it will run automatically as part of my application installation in my .msi file? Thanks. -- Thanks.
2
5372
by: luttkens | last post by:
I want to register a DLL (fastreport3.dll (version 4.4, size 2 400 kB)) on Windows Vista using regsvr32. It works on Windows XP, but not on Vista. I have tried to do it as administrator and I have tried to turn on/off UAC. Evereytime I got a message which says that the DllRegisterServer encounterd a problem and will be shut down. If I create the register keys manually, everything works fine. Why can't regsvr32 register the DLL? Is...
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9398
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10160
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9951
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3531
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2805
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.