S
slx
The knowledge base article
http://support.microsoft.com/default.aspx?scid=kb;en-
us;317540 describes how a custom setup program can install
assemblies into the gac. The main entry function
CreateAssemblyCache is implemented in fusion.dll. But how
do I find the correct version of fusion.dll at runtime?
After installing the preview of .NET 1.2 (Whidbey) you
have to use the version of fusion.dll that ships with
Whidbey. Otherwise a call to InstallAssembly returns an
E_NOINTERFACE.
Does anybody know any better method to find the correct
version than scanning the subdirectories of
C:\WINNT\Microsoft.NET\Framework and taking the one with
the highest version number?
Thanks for help
http://support.microsoft.com/default.aspx?scid=kb;en-
us;317540 describes how a custom setup program can install
assemblies into the gac. The main entry function
CreateAssemblyCache is implemented in fusion.dll. But how
do I find the correct version of fusion.dll at runtime?
After installing the preview of .NET 1.2 (Whidbey) you
have to use the version of fusion.dll that ships with
Whidbey. Otherwise a call to InstallAssembly returns an
E_NOINTERFACE.
Does anybody know any better method to find the correct
version than scanning the subdirectories of
C:\WINNT\Microsoft.NET\Framework and taking the one with
the highest version number?
Thanks for help