开发者

GAC'ing 4.0 assemblies

开发者 https://www.devze.com 2022-12-15 21:36 出处:网络
I have built a dll with VS2010 targeted for framework 4.0. When I try to gac the assembly (either by drag dr开发者_Go百科op the assembly into the GAC folder or by command line using gacutil), it does

I have built a dll with VS2010 targeted for framework 4.0. When I try to gac the assembly (either by drag dr开发者_Go百科op the assembly into the GAC folder or by command line using gacutil), it does not give me any error. It says that the assembly was successfully added to the cache. But I am unable to see the assembly in the GAC folder. Wont it show up in GAC? Have they changed the GAC structure with VS2010?

The assembly is signed properly.


You can find GAC assembly list (.Net 4.0) on the following path : C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL

Check the following link for some details : http://www.techbubbles.com/net-framework/gac-in-net-framework/

Regards,


The GAC explorer plugin only shows .NET 3.5 assemblies. You can check the 4.0 GAC assembly list with gacutil.

0

精彩评论

暂无评论...
验证码 换一张
取 消