我正在尝试按此处http://www.plentyofcode.com/2007/09/website-screenshot-capture-with-aspnet.html
所述实施网站截屏类该类导入以下方法
Imports System
Imports System.Drawing
Imports System.Drawing.Imaging
Imports System.Windows.Forms
Imports System.Diagnostics
Namespace GetSiteThumbnail
Public Class GetImage [...]
对System.Windows.Forms的引用显然在asp.net 2.0中有效,但已从3 / 3.5中删除是否有相当于3.5或有没有人知道在3.5中复制此网站屏幕截图的方法?
答案 0 :(得分:8)
你可以只添加对System.Windows.Forms dll的引用吗?
答案 1 :(得分:1)
您的项目需要引用System.Windows.Forms
程序集。确保它在那里。
答案 2 :(得分:1)
以供稍后查看的人参考。添加
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
到web.config文件的<assemblies>
部分,您可以使用System.Windows.Forms