Installing Windows assembly in GAC
-
Hi to all I am trying to add windows assembly to the GAC using the following command in the command prompt. C:\Program Files\Microsoft Visual Studio 8\VC>gacutil /i C:\WINDOWS\system32\odb c32.dll But it is not being install and I am getting the following error. "Failure adding assembly to the cache: The module was expected to contain an assembly manifest." I am not getting the reference of the assembly neither in the .NET Assembly nor in the COM objects. Can anyone tell me how can I install this assembly in the GAC. Thanks in advance Amit
-
Hi to all I am trying to add windows assembly to the GAC using the following command in the command prompt. C:\Program Files\Microsoft Visual Studio 8\VC>gacutil /i C:\WINDOWS\system32\odb c32.dll But it is not being install and I am getting the following error. "Failure adding assembly to the cache: The module was expected to contain an assembly manifest." I am not getting the reference of the assembly neither in the .NET Assembly nor in the COM objects. Can anyone tell me how can I install this assembly in the GAC. Thanks in advance Amit
-
Hi to all I am trying to add windows assembly to the GAC using the following command in the command prompt. C:\Program Files\Microsoft Visual Studio 8\VC>gacutil /i C:\WINDOWS\system32\odb c32.dll But it is not being install and I am getting the following error. "Failure adding assembly to the cache: The module was expected to contain an assembly manifest." I am not getting the reference of the assembly neither in the .NET Assembly nor in the COM objects. Can anyone tell me how can I install this assembly in the GAC. Thanks in advance Amit
Hi, why would you want that? the GAC is for managed code DLLs only, odbc32.dll is a native code DLL, it is fine where it is. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
-
Hi, why would you want that? the GAC is for managed code DLLs only, odbc32.dll is a native code DLL, it is fine where it is. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
-
Luc Pattyn wrote:
why would you want that?
It doesn't match the curtains
Between the idea And the reality Between the motion And the act Falls the Shadow
Computafreak wrote:
doesn't match the curtains
You don't need curtains with Windows, Microsoft hid some termination commands under "Start", of all places. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.