473,769 Members | 6,404 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Issue w/Deployment and DLLs appearing to not get reg'd

I am trying to get the deployment to do what I want, but I just can't.

I want my folders to be setup like below..

Main Program Folder
- Program EXE
- Program PDB
- AppStart EXE
- AppStart PDB
- Program and AppSTart .config files
System [or any other folder other than the main program folder]
- All my Infragistic DLLs i'm using
- Microsoft Application Block DLLs

I can get the installer to put the files where I want them, however it
appears none of the DLLs get registered correctly because it will crash out
saying it can't find the Microsoft App. Block DLLs and the Infragistic DLLs
unless they are placed in the Main program folder, which I don't want to do.

What do I need to do here?
Nov 16 '05 #1
1 1297
Ever heard of DLL-Hell? You are on the highway, your last exit is coming up
fast, and you are in the wrong lane, friend.

a) Not everyone has the right to write into the Windows directory. Those
people will not be able to install your application.
b) The only good reason for putting some DLLs into the Windows directory is
to share the library with other apps. If you do that, and you uninstall the
other apps, or upgrade the other apps, you break this one. (DLL Hell).

Trust me... I've seen perfectly good applications fail when another app is
installed and never used. I never want to go back there again.

Simply give in, and put all of the DLLs in the same folder. (unless you want
to register them in the GAC).
--- Nick

"Lucas Graf" <lg***@nvidia.c om> wrote in message
news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..
I am trying to get the deployment to do what I want, but I just can't.

I want my folders to be setup like below..

Main Program Folder
- Program EXE
- Program PDB
- AppStart EXE
- AppStart PDB
- Program and AppSTart .config files
System [or any other folder other than the main program folder]
- All my Infragistic DLLs i'm using
- Microsoft Application Block DLLs

I can get the installer to put the files where I want them, however it
appears none of the DLLs get registered correctly because it will crash out saying it can't find the Microsoft App. Block DLLs and the Infragistic DLLs unless they are placed in the Main program folder, which I don't want to do.
What do I need to do here?

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1946
by: Robert May | last post by:
I have an application that processes text strings using information in a file. I want to deploy this app using no-touch deployment. The config files and everything else are deployed just fine, but the CGT file (compiled Grammar Table) is not, and the program crashes when it attempts to read this file. Is there any way to have this file loaded as needed? With no touch deployment, how do you copy files that aren't assemblies down to...
0
1214
by: rmike | last post by:
Hi, I have deployed a .NET winform application using a web server. The application has some dependencies on a 3rd party assemblies. 1) If I have those assemblies dlls in a client's GAC, the client could run the application. 2) Also, if the client doesn't use the web deployment, but the XCOPY approach where the assemblies dlls are included in the same directory
2
1688
by: Scanner2001 | last post by:
This may not be the best group to post to, so if there are any suggestions as to a different group, please let me know. Here is what we are doing, we have a couple of dlls that are shared (i.e. used by a number of other dlls and applications). These dlls have their own setup process, built with VS2003 setup and deployment package. They are strongly named and have keys. We specify to deploy to the GAC only on the target production server....
1
1499
by: webfitz | last post by:
I just wanted to hear some ideas and what some have done on this. I'm having a problem deciding how to build or setup our application. This will be an application for our entire company of 700 employees and we have several different departments and groups. After talking with one developer we thought it would be a bad move to develop the whole application as one project since everytime you had to make a change to something you would have to...
0
2646
by: Benny Ng | last post by:
Hi,All, When i deploy Enterprise library with my application ,i used XCOPY to deploy it into my test server. But when application runs, shown some error related registry. (But actually I haven't any method or component to wrote registry) After I used "InstallUtil" to registry Enterprise Library (those DLLs) to the deployment server, the application runs smoothly. Now I wonder why i need to registry those Enterprise Library DLLs into
11
1624
by: Thom Little | last post by:
Create two ASP.NET applications. Run them on the development machine to make sure they are error free. Publish the fist application to the root of a remote webspace. Call a page and see that it operates correctly. Publish the second application to the root of the same remote webspace. Permit it to overwrite existing files. Call a page and notice that it waits forever.
1
6404
by: moondaddy | last post by:
I have a VS 2005 winforms project and am trying to get clickonce deployment working correctly. I published the deployment to a test server on my network. It created the publish.htm and from my dev machine I can pull up publish.htm from the browser and it seems to run OK. However, from a test machine the installation fails. From the test machine I can pull up publish.htm with no problem. When I click on the install button I get the...
0
1064
by: Rich | last post by:
I have an ASP.NET app (all VB code) that is ready to deploy. I’ve created a Windows Installer package for it, which is working, but I'm wondering whether this is really the best approach. I'd appreciate any input from someone with more experience in deployment packages, etc. Some people don't seem to think that using an installer package is really necessary for a web app, since you don't typically have to repeat the installation many...
12
5394
by: Reg (Lincolnshire) | last post by:
Converted an A2003 system to A2007, on testing founf out that right- click to bring up a shortcut menu on a combo box didn't work if the combo box was in a subform. Found out that this was a known bug and applied the relevant hotfix. Voila! However, I have now tested the system on a machine with only A2007 runtime installed, and the problem still exists. Why did Microsoft not fix the problem in the runtime exe as well, or am I missing...
0
9587
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
9423
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
10211
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
10045
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
9993
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
9863
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8870
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7406
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.