asp.net 3.5中的System.Windows.Forms

Bir*_*irk 1 vb.net asp.net winforms

我正在尝试实现这里描述的网站屏幕截图类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 [...]
Run Code Online (Sandbox Code Playgroud)

对System.Windows.Forms的引用显然在asp.net 2.0中有效,但已从3/3.5中删除是否有相当于3.5或有没有人知道在3.5中复制此网站屏幕截图设置的方法?

Joh*_*ker 8

你可以只添加对System.Windows.Forms DLL的引用吗?