开发者

Cannot resolve IHttpHandler

开发者 https://www.devze.com 2022-12-30 21:38 出处:网络
For some reason when I am trying to create a class which implements IHttpHandler I cannot resolve IHttpHandler.

For some reason when I am trying to create a class which implements IHttpHandler I cannot resolve IHttpHandler.

Statements like:

using System.Web开发者_开发问答;

are not helping either.

This is a class library project, I am following example here: http://www.15seconds.com/issue/020417.htm

What am I doing wrong?


Ensure that you are referencing System.Web from you project.

0

精彩评论

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