473,471 Members | 1,912 Online
Bytes | Software Development & Data Engineering Community
Create 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 1283
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.com> wrote in message
news:%2****************@TK2MSFTNGP15.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
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,...
0
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...
2
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....
1
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...
0
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...
11
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...
1
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...
0
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...
12
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...
0
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...
1
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...
0
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...
0
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 ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.