P
Phill W.
Within an Assembly added to the Global Assembly Cache,
System.Reflection.Assembly.GetExecuting.Location
returns the path to the shadow(?) copy buried under
C:\Windows\Assembly\Gac\...
Is there an [easy] way of finding out where the DLL was /before/ it was
added to the GAC? (and prefereably /without/ resorting to using the
GetPrivateProfileString API call on the .ini file that resides within
the GAC!)
My goal is to use a configuration file that lives with my [shared] DLL
(*not* with each client Application, which will be /Legion/), so I need
to know whence the Dll was copied into the GAC, so as to find my file.
TIA,
Phill W.
System.Reflection.Assembly.GetExecuting.Location
returns the path to the shadow(?) copy buried under
C:\Windows\Assembly\Gac\...
Is there an [easy] way of finding out where the DLL was /before/ it was
added to the GAC? (and prefereably /without/ resorting to using the
GetPrivateProfileString API call on the .ini file that resides within
the GAC!)
My goal is to use a configuration file that lives with my [shared] DLL
(*not* with each client Application, which will be /Legion/), so I need
to know whence the Dll was copied into the GAC, so as to find my file.
TIA,
Phill W.