开发者

Adding a tool bar to visual studio 2010 - windows from application

开发者 https://www.devze.com 2023-01-23 17:53 出处:网络
i just downloaded an RSS Toolkit for .net. where do i need to place it? in which folder so it will become available on my

i just downloaded an RSS Toolkit for .net.

where do i need to place it? in which folder so it will become available on my visual toolbars?

and what types of files do i need to place in this folders? is it 开发者_如何学Gothe *.dll only or more?

thanks.


(DLL) that can be either placed in GAC or in ‘bin’ directory of a web site application.

If the ASP.NET application consumes RSS feeds, the trust level must be configured to allow outbound HTTP requests. To take advantage of disk caching, there must be a directory (configurable via AppSettings["rssTempDir"]) where the trust level policy would allow write access. However, disk caching is optional.

0

精彩评论

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

关注公众号