reference to DLL

  • Thread starter Thread starter Julia Sats
  • Start date Start date
J

Julia Sats

Hi,

I create EXE file. My application reference to the some DLL files that not
regestered in GAC. I can copy that DLL in my application folder and the
application work fine. But the same DLL have to be used by other
applications. How I can create configuration file for referencing the DLL
and not copy them everytime.
I found in doc that it has to be XML file. Maybe somebody has an example of
such configuration file.

thanks.
 
Hi,

I create EXE file. My application reference to the some DLL files that not
regestered in GAC. I can copy that DLL in my application folder and the
application work fine. But the same DLL have to be used by other
applications. How I can create configuration file for referencing the DLL
and not copy them everytime.
I found in doc that it has to be XML file. Maybe somebody has an example of
such configuration file.

thanks.

Um, if it has to be used by other applications, then it would seem to me
that this is an appropriate use of the GAC....
 
Tom Shelton said:
Um, if it has to be used by other applications, then it would seem to me
that this is an appropriate use of the GAC....

--
Tom Shelton [MVP]
Powered By Gentoo Linux 1.4
The greatest griefs are those we cause ourselves.
-- Sophocles

Other applications - also my applications. The DLLs are the global
functions, etc for different project. Anyway, the question the same, how to
create configuration file?

Thanks
 
Back
Top