Not able to see the dll which is registered successfully in cache
-
I have created a class library called TestCOM.dll and build the solution successfully and even though I created the application in different directory, I just copied the dll and put it in C:\Meeram395\TestCOM.dll Inorder to register the dll, I use the following command regasm TestCom.dll /tlb:TestCom.tlb /codebase TestCom I got the message that the dll registered successfully. When I tested in assembly folder, I couldn't see the assembly. So I used the following command again to register: gacutil /i testCOM.dll I got the message that "Assembly registered successfully in cache". But still I am not able to see the same in assembly folder. Not sure what's happening. When I try to unregister, I am getting an error message assembly file not found. But then, why it is giving successful message initially? Should i do something else. Thanks in advance, meeram395.
Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.
-
I have created a class library called TestCOM.dll and build the solution successfully and even though I created the application in different directory, I just copied the dll and put it in C:\Meeram395\TestCOM.dll Inorder to register the dll, I use the following command regasm TestCom.dll /tlb:TestCom.tlb /codebase TestCom I got the message that the dll registered successfully. When I tested in assembly folder, I couldn't see the assembly. So I used the following command again to register: gacutil /i testCOM.dll I got the message that "Assembly registered successfully in cache". But still I am not able to see the same in assembly folder. Not sure what's happening. When I try to unregister, I am getting an error message assembly file not found. But then, why it is giving successful message initially? Should i do something else. Thanks in advance, meeram395.
Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.
Can you tell us what version of .Net the dll is compiled against, as .Net 4.0 assemblies get posted to C:\Windows\Microsoft.Net\assembly\GAC_MSIL, while earlier .Net dlls are still posted to assembly folder.
...and I have extensive experience writing computer code, including OIC, BTW, BRB, IMHO, LMAO, ROFL, TTYL.....
-
Can you tell us what version of .Net the dll is compiled against, as .Net 4.0 assemblies get posted to C:\Windows\Microsoft.Net\assembly\GAC_MSIL, while earlier .Net dlls are still posted to assembly folder.
...and I have extensive experience writing computer code, including OIC, BTW, BRB, IMHO, LMAO, ROFL, TTYL.....
-
Can you tell us what version of .Net the dll is compiled against, as .Net 4.0 assemblies get posted to C:\Windows\Microsoft.Net\assembly\GAC_MSIL, while earlier .Net dlls are still posted to assembly folder.
...and I have extensive experience writing computer code, including OIC, BTW, BRB, IMHO, LMAO, ROFL, TTYL.....
-
Thanks a lot!!!! It's there in MSIL folder. A great help.
Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.
It's a pleasure.
...and I have extensive experience writing computer code, including OIC, BTW, BRB, IMHO, LMAO, ROFL, TTYL.....