Deployment Question

From: Dave M. (nospam_at_ihatesmap.com)
Date: 01/31/05


Date: Mon, 31 Jan 2005 15:31:52 -0700

I looked for a different group to post this but didn't see it.

I am having an issue with a deployment project using. I am using Visual
Studio 2003 and have a deployment project for my application.

Basically, I have one solution that has a number of .DLLs, and 2
applications that use those core DLLs. When I try to build a deployment
package for my applications, I figured it was a good idea to put the .DLLs
in the system folder and just share them between the two applications.

The problem I am having is that when I move the .DLLs in my deployment
project to the System Folder, my application can no longer see the .dll.
When I start the applicaiton, I get an error saying that it cannot find the
assembly. If I keep the .dll in the Application Folder, the application
works.

I tried different ways of registering (None, COM, Relative), but nothing
seems to work. It seems silly to have the .dlls in 2 places, especially for
updating purposes.

Is there a different way to do this? Any info is appreciated.



Relevant Pages

  • Re: Deployment Question
    ... >> applications that use those core DLLs. ... >> .DLLs in the system folder and just share them between the two ... I would go ahead with the simple XCopy deployment. ...
    (microsoft.public.vstudio.general)
  • Deployment shortcuts
    ... I have a deployment project that is working nicely, but I have a couple of ... How do I create a shortcut to my application? ... I have a number of DLLs that can be reused by other applications I ... CAB project's file system and putting them in there, ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: How to have installer instal asmbly to gac
    ... > Assuming you are using the setup and deployment project thru VStudio ... This gets the dlls in the GAC but maybe that isn't what I need. ... dlls to appear under the .NET tab of the Add Reference dialog box. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Dll Hell
    ... :>ship with an installer is tame, and it puts usbcalls.dll and ... DLLs are created to share code between applications and to short used ...
    (comp.os.os2.apps)
  • Re: Deployment Question
    ... > applications that use those core DLLs. ... Put the assemblies in the bin folders of their respective apps. ... I would go ahead with the simple XCopy deployment. ...
    (microsoft.public.vstudio.general)