YAFLogo

rai
  • rai
  • 100% (Exalted)
  • YAF Commander Topic Starter
13 years ago
I wanted to integrate YafNet into my existing web site. I added references to projects and created a page in my existing website that inherits YafNet ForumBase.

Now I got some build errors due to that I have a ProcessRequest method to handle different file types. At the same time YafNet have this method in YafResourceHandler. This results in this error:

Error 92 'VC.DownloadHandler.ProcessRequest(System.Web.HttpContext)': no suitable method found to override

I am not a ASP.NET expert so I don't know what I need to do to have my old ProcessRequest working and maybe just extend the one in YafNET. Any ideas?

Sponsor
rai
  • rai
  • 100% (Exalted)
  • YAF Commander Topic Starter
13 years ago
The problem was resolved. There were some old references there.