开发者

Don't see certain assemblies in the GAC

开发者 https://www.devze.com 2022-12-15 17:51 出处:网络
I am using 3rd party controls in my asp.net project. These controls are supposed to be installed in the GAC but when I run gacutil -l I don\'t see them listed, but when i look at

I am using 3rd party controls in my asp.net project. These controls are supposed to be installed in the GAC but when I run gacutil -l I don't see them listed, but when i look at

C:\windows\assembly

The files are there. (I 开发者_如何学Pythonran gacutil from this directory, if that makes a difference).

What is going on here?


Are you certain that the gacutil -l isn't showing them, how are you reviewing the output? Generally that spits out alot, pipe it to a text file if you aren't already

gacutil -l > gac.txt

makes it tons easier to review/search

What third party controls are we talking about? Can you give a name?

0

精彩评论

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

关注公众号