Click here to Skip to main content
15,887,683 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: How to manage two apps Pin
benjymous21-Nov-04 23:01
benjymous21-Nov-04 23:01 
GeneralRe: How to manage two apps Pin
Jack_pt22-Nov-04 2:14
Jack_pt22-Nov-04 2:14 
AnswerRe: How to manage two apps Pin
The Man from U.N.C.L.E.2-Dec-04 1:57
The Man from U.N.C.L.E.2-Dec-04 1:57 
GeneralRe: How to manage two apps Pin
Jack_pt2-Dec-04 3:27
Jack_pt2-Dec-04 3:27 
GeneralRe: How to manage two apps Pin
The Man from U.N.C.L.E.2-Dec-04 3:42
The Man from U.N.C.L.E.2-Dec-04 3:42 
GeneralChaning speed of playing of a wave file Pin
Neo.19-Nov-04 20:29
sussNeo.19-Nov-04 20:29 
GeneralRe: Chaning speed of playing of a wave file Pin
ACorbs23-Nov-04 21:22
ACorbs23-Nov-04 21:22 
QuestionHow to set a path to DLL files for a vb .NET application Pin
RDoes18-Nov-04 3:13
RDoes18-Nov-04 3:13 
Sigh | :sigh: Hi there,

I have a question about deploying a vb .net application what is build up with an executable and some DLL files with shared functionality.

What I have:
A Library of DLL files with some general functionality.
An application what is using some DLL files from this library.

What I want:
Installing the application executable in de folder <program files="">\<app folder="">
Installing the DLL files and other shared files in <program files="">\common files\<base app="" folder="" />


When I place the DLL files in the same directory as the executable then the application is running fine.
As soon I place the DLL files in the common files directory he can't find the files any more.
So far I understand it.

OK first I place a registery key like this
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\<file.exe>
Where I place a string value "Path" with a value <program files="">\common files\<base app="" folder="" />
This is not working

In the System Environment variables I add in the %Path%
the directory <program files="">\common files\<base app="" folder="" />
This is also not working

In the Debug window I only see that the application searches only in the current directory.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: SAI.Data, Version=1.0.1783.19646, Culture=neutral, PublicKeyToken=null
LOG: Attempting download of new URL file:///E:/Projects .Net/Registratie en Kalibratie Systeem/Development .NET/RCS Registration and Calibration System/RCS/bin/SAI.Data.DLL.
LOG: Attempting download of new URL file:///E:/Projects .Net/Registratie en Kalibratie Systeem/Development .NET/RCS Registration and Calibration System/RCS/bin/SAI.Data/SAI.Data.DLL.
LOG: Attempting download of new URL file:///E:/Projects .Net/Registratie en Kalibratie Systeem/Development .NET/RCS Registration and Calibration System/RCS/bin/SAI.Data.EXE.
LOG: Attempting download of new URL file:///E:/Projects .Net/Registratie en Kalibratie Systeem/Development .NET/RCS Registration and Calibration System/RCS/bin/SAI.Data/SAI.Data.EXE.
The program '[220] RCS.exe' has exited with code 0 (0x0).



What is going wrong here how can I solve this ?
Must I add some in the assembly file of the aplication (how to do that !)


Thanks for any help
RDoes
AnswerRe: How to set a path to DLL files for a vb .NET application Pin
Charlie Williams21-Nov-04 4:50
Charlie Williams21-Nov-04 4:50 
GeneralRe: How to set a path to DLL files for a vb .NET application Pin
RDoes21-Nov-04 20:49
RDoes21-Nov-04 20:49 
GeneralMobile Synch &lt;-&gt; PC/WebBased applications Pin
Jonta Balonta16-Nov-04 22:44
Jonta Balonta16-Nov-04 22:44 
GeneralNative DLL Pin
dibaer16-Nov-04 21:27
dibaer16-Nov-04 21:27 
GeneralRe: Native DLL Pin
sreejith ss nair21-Nov-04 18:34
sreejith ss nair21-Nov-04 18:34 
GeneralHelp needed to start developing an InHouse Application Pin
Sardarindianpunjabi16-Nov-04 8:58
Sardarindianpunjabi16-Nov-04 8:58 
GeneralRe: Help needed to start developing an InHouse Application Pin
benjymous18-Nov-04 22:41
benjymous18-Nov-04 22:41 
GeneralRe: Help needed to start developing an InHouse Application Pin
Sardarindianpunjabi19-Nov-04 7:33
Sardarindianpunjabi19-Nov-04 7:33 
GeneralRe: Help needed to start developing an InHouse Application Pin
The Man from U.N.C.L.E.2-Dec-04 4:49
The Man from U.N.C.L.E.2-Dec-04 4:49 
GeneralDeployment of COM Interop Pin
skrishnasarma15-Nov-04 21:48
skrishnasarma15-Nov-04 21:48 
GeneralRe: Deployment of COM Interop Pin
CodeWell17-Nov-04 20:12
CodeWell17-Nov-04 20:12 
GeneralRe: Deployment of COM Interop Pin
tvkrao23-Nov-04 22:49
tvkrao23-Nov-04 22:49 
GeneralEmbedding WMP9 - InvalidActiveXStateException Pin
Michael Rosati15-Nov-04 10:13
Michael Rosati15-Nov-04 10:13 
GeneralRemoting that doesn't work on SP2 Pin
lordavenger15-Nov-04 7:15
lordavenger15-Nov-04 7:15 
GeneralAutomated Builds Pin
Alberto Bar-Noy15-Nov-04 3:28
Alberto Bar-Noy15-Nov-04 3:28 
GeneralRe: Automated Builds Pin
Steven Campbell15-Nov-04 7:46
Steven Campbell15-Nov-04 7:46 
GeneralDeploying 1.1 app on 1.0 framework Pin
slaars13-Nov-04 14:17
slaars13-Nov-04 14:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.